Files
bytesize/size_json.go
andrey1s 779818e067
All checks were successful
continuous-integration/drone/tag Build is passing
init
2024-10-04 14:55:21 +03:00

10 lines
161 B
Go

package bytesize
// func (s Size) MarshalJSON() ([]byte, error) {
// return nil, nil
// }
// func (s *Size) UnmarshalJSON([]byte) error {
// return nil
// }