1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-09-30 18:01:23 +02:00
nfpm/acceptance/placeholder.go
Dj Gilcrease 7889c9b2b6
fix: add stricter linting (#87)
* add stricter linting
* As part of this it changes the API slightly changing all uses of the `nfpm.Info` object to accept a pointer to reduce memory usage as pointed out by `hugeParam: info is heavy (568 bytes); consider passing it by pointer (gocritic)`
2019-10-11 13:11:28 -07:00

6 lines
152 B
Go

// Package acceptance contains acceptance tests
package acceptance
// This file only exists to make go test happy.
// No code shall ever live in here.