mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
17a894981f
* fix: CLI improvements * fix: CLI improvements * fix: CLI improvements * chore: lint
5 lines
197 B
Go
5 lines
197 B
Go
// Package static contains static "text" files, just because embedding real
|
|
// static files would be kind of an overengineering right now, so it's just
|
|
// strings in go code really.
|
|
package static
|