diff --git a/bytes.go b/bytes.go index 162fafa..debee8a 100644 --- a/bytes.go +++ b/bytes.go @@ -1,3 +1,5 @@ +package bps + // from https://github.com/dustin/go-humanize/ // // Copyright (c) 2005-2008 Dustin Sallings @@ -21,7 +23,6 @@ // SOFTWARE. // // -package bps import ( "fmt"