From f8afce668c3ac04eb6241534a707a9b30313051f Mon Sep 17 00:00:00 2001 From: bill <48220860+bnkai@users.noreply.github.com> Date: Wed, 31 Jul 2019 01:42:46 +0300 Subject: [PATCH] Remove main-packr.go which breaks go test --- main-packr.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 main-packr.go diff --git a/main-packr.go b/main-packr.go deleted file mode 100644 index d09a2acf8..000000000 --- a/main-packr.go +++ /dev/null @@ -1,7 +0,0 @@ -// Code generated by github.com/gobuffalo/packr/v2. DO NOT EDIT. - -// You can use the "packr clean" command to clean up this, -// and any other packr generated files. -package main - -import _ "github.com/stashapp/stash/packrd"