mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-18 14:54:04 +01:00
6 lines
60 B
Go
6 lines
60 B
Go
|
package main
|
||
|
|
||
|
func main() {
|
||
|
println("fake linux binary")
|
||
|
}
|