init
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2024-10-04 14:55:21 +03:00
parent 01de72c729
commit 779818e067
9 changed files with 775 additions and 0 deletions

9
size_json.go Normal file
View File

@@ -0,0 +1,9 @@
package bytesize
// func (s Size) MarshalJSON() ([]byte, error) {
// return nil, nil
// }
// func (s *Size) UnmarshalJSON([]byte) error {
// return nil
// }