diff options
| author | Jeff Carr <[email protected]> | 2024-10-22 16:42:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-22 16:42:14 -0500 |
| commit | 3a224054680758aa1871706a98ccbcd94087b6e9 (patch) | |
| tree | 122e3ec9c14f240409a820337795d0fbc6c10107 /storageinfo.go | |
| parent | f2040886198b8f4a25ce1a9f65585097b299f9fa (diff) | |
compiles
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'storageinfo.go')
| -rw-r--r-- | storageinfo.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/storageinfo.go b/storageinfo.go index 9df42c2..993f5ef 100644 --- a/storageinfo.go +++ b/storageinfo.go @@ -6,10 +6,6 @@ import ( "strconv" ) -type StorageInfo struct { - Capacity int64 -} - // MarshalJSON custom marshals the StorageInfo struct to JSON func (s StorageInfo) MarshalJSON() ([]byte, error) { capacityStr := fmt.Sprintf("%d GB", s.Capacity) |
