From cc3d4918d030f88ce18fc1d7f4ae8c57427ff3be Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sat, 6 Jun 2020 13:37:37 +0200 Subject: [PATCH] updated theme branch --- .gitignore | 2 +- src/qrzws/qrzws-packr.go | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 src/qrzws/qrzws-packr.go diff --git a/.gitignore b/.gitignore index 433324b..0efe034 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /packrd /dist /qrz -*.ini +*.ini \ No newline at end of file diff --git a/src/qrzws/qrzws-packr.go b/src/qrzws/qrzws-packr.go deleted file mode 100644 index 85d2128..0000000 --- a/src/qrzws/qrzws-packr.go +++ /dev/null @@ -1,8 +0,0 @@ -// +build !skippackr -// 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 qrzws - -import _ "git.paulbsd.com/paulbsd/qrz/packrd"