From 707bd09349b2b1ea97601bd63985a2e3616a06c3 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Fri, 25 Oct 2019 12:12:28 +1100 Subject: [PATCH] Remove packr2 go:generate from main (#159) --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index a13460d5f..37d8bc6b9 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,4 @@ //go:generate go run github.com/99designs/gqlgen -//go:generate go run github.com/gobuffalo/packr/v2/packr2 package main import (