index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
xmlrpc
/
value.go
Age
Commit message (
Expand
)
Author
11 days
all: apply go fix
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2023-09-11
lib/xmlrpc: add missing comment to exported type and methods
Shulhan
2023-09-11
lib/xmlrpc: realign struct for better size allocation
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-03-21
lib/xmlrpc: add method to get boolean field value on Value
Shulhan
2022-03-21
lib/xmlrpc: use %v to convert non-string type on GetFieldAsString
Shulhan
2021-09-22
lib/xmlrpc: convert the value using Sprintf on GetFieldAsString
Shulhan
2021-06-05
xmlrpc: check for returned ok arguments on interface conversion
Shulhan
2021-05-25
xmlrpc: convert the uint8 and uint16 as type Integer, and Uint as Double
Shulhan
2021-05-25
xmlrpc: change the Response to embed the errors.E
Shulhan
2021-05-19
xmlrpc: marshal the struct value ordered by names
Shulhan
2021-05-19
xmlrpc: replace Value field for struct with map of string and value
Shulhan
2021-05-19
xmlrpc: refactoring the parser for decoding XML-RPC request
Shulhan
2020-06-10
all: update email address
Shulhan
2020-01-20
xmlprc: package for working with XML-RPC
Shulhan