From 60d7f3a1f3688ab8e23eab74b945dbeba01040ae Mon Sep 17 00:00:00 2001 From: stephen mcquay Date: Wed, 30 Sep 2015 23:13:32 -0700 Subject: [PATCH] attempt to fix pkg doc --- bytes.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"