marshal
Package marshall allows the easy creation of JSON and binary marshallers and unmarshallers for Go types.
-
Filename
Size
Last Commit Date
Commit Message
-
..
-
LICENSE
767
2025/12/13 18:46:58
added LICENSE
-
go.mod
189
2025/12/25 12:05:17
tidy'd
-
go.sum
517
2025/12/25 12:05:17
tidy'd
-
marshal.go
1197
2025/12/27 17:06:00
have type funcs be methods on a config object
-
parse.go
7525
2025/12/27 16:42:19
correctly set package path
-
parse_test.go
9637
2025/12/27 16:42:27
added test for correctly set package path
-
types.go
3513
2025/12/27 17:37:50
cache named types to prevent infinity loops
-
zip.go
1240
2025/12/26 09:56:43
should use path.Join, not filepath.Join, for zip file paths
-
zip_test.go
2098
2025/12/25 14:31:59
simplified filesystem interface to what is needed