1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-05 22:53:35 +02:00

chore(generate): remove go generate directives for installing deps

This commit is contained in:
Niko Köser 2021-05-27 12:45:07 +02:00
parent 641854e67c
commit 51ca3c3df5
No known key found for this signature in database
GPG Key ID: F3F28C118DAA6375

View File

@ -1,6 +1,3 @@
//go:generate go install github.com/golangci/golangci-lint/cmd/golangci-lint
//go:generate go install mvdan.cc/gofumpt/gofumports
//go:generate go install github.com/daixiang0/gci
package notify
import (