This commit is contained in:
9
size_json.go
Normal file
9
size_json.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package bytesize
|
||||
|
||||
// func (s Size) MarshalJSON() ([]byte, error) {
|
||||
// return nil, nil
|
||||
// }
|
||||
|
||||
// func (s *Size) UnmarshalJSON([]byte) error {
|
||||
// return nil
|
||||
// }
|
||||
Reference in New Issue
Block a user