1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-10-01 10:41:14 +02:00
nfpm/testdata/main.go

6 lines
60 B
Go
Raw Permalink Normal View History

2018-01-04 13:31:22 +01:00
package main
func main() {
println("fake linux binary")
}