10 lines
161 B
Go
10 lines
161 B
Go
package bytesize
|
|
|
|
// func (s Size) MarshalJSON() ([]byte, error) {
|
|
// return nil, nil
|
|
// }
|
|
|
|
// func (s *Size) UnmarshalJSON([]byte) error {
|
|
// return nil
|
|
// }
|