From 4340d8c7e2f700962aa09554195e99d11cd7dc2d Mon Sep 17 00:00:00 2001 From: Chay Date: Wed, 14 Sep 2022 11:09:54 +0700 Subject: [PATCH] feat: move constants to root --- usbid/constants.go => constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename usbid/constants.go => constants.go (99%) diff --git a/usbid/constants.go b/constants.go similarity index 99% rename from usbid/constants.go rename to constants.go index 496582c..cd226fd 100644 --- a/usbid/constants.go +++ b/constants.go @@ -13,7 +13,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package usbid +package zerousb import "strconv"