.. |
any.go
|
provide datatype registry to every type to allow for recursive datatypes : slices, maps, structs
|
2020-03-22 16:50:10 +01:00 |
any_test.go
|
move config -> internal.config and config.datatype to datatype
|
2020-03-16 09:20:00 +01:00 |
bool.go
|
provide datatype registry to every type to allow for recursive datatypes : slices, maps, structs
|
2020-03-22 16:50:10 +01:00 |
bool_test.go
|
move config -> internal.config and config.datatype to datatype
|
2020-03-16 09:20:00 +01:00 |
float.go
|
provide datatype registry to every type to allow for recursive datatypes : slices, maps, structs
|
2020-03-22 16:50:10 +01:00 |
float_test.go
|
move config -> internal.config and config.datatype to datatype
|
2020-03-16 09:20:00 +01:00 |
int.go
|
provide datatype registry to every type to allow for recursive datatypes : slices, maps, structs
|
2020-03-22 16:50:10 +01:00 |
int_test.go
|
move config -> internal.config and config.datatype to datatype
|
2020-03-16 09:20:00 +01:00 |
string.go
|
provide datatype registry to every type to allow for recursive datatypes : slices, maps, structs
|
2020-03-22 16:50:10 +01:00 |
string_test.go
|
move config -> internal.config and config.datatype to datatype
|
2020-03-16 09:20:00 +01:00 |
uint.go
|
provide datatype registry to every type to allow for recursive datatypes : slices, maps, structs
|
2020-03-22 16:50:10 +01:00 |
uint_test.go
|
move config -> internal.config and config.datatype to datatype
|
2020-03-16 09:20:00 +01:00 |