mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-15 13:53:25 +02:00
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
|