From 817f0a7a133d80d39a85f9ab498ddafeb26e6832 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sun, 16 Sep 2018 21:13:23 -0300 Subject: [PATCH] fix: remove go generate --- .goreleaser.yml | 3 --- internal/artifact/artifact.go | 1 - 2 files changed, 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index e25762074..530ac2abd 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,3 @@ -before: - hooks: - - go generate ./... builds: - env: - CGO_ENABLED=0 diff --git a/internal/artifact/artifact.go b/internal/artifact/artifact.go index 8cdbd0c78..99c489d07 100644 --- a/internal/artifact/artifact.go +++ b/internal/artifact/artifact.go @@ -12,7 +12,6 @@ import ( ) // Type defines the type of an artifact -//go:generate stringer -type=Type type Type int const (