mirror of
https://github.com/goreleaser/nfpm
synced 2026-05-03 14:20:41 +02:00
8 lines
78 B
Go
8 lines
78 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("nfpm-msix-test-ok")
|
|
}
|