mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-18 19:04:07 +01:00
7889c9b2b6
* 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)`
6 lines
152 B
Go
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.
|