1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-11-18 19:04:07 +01:00
nfpm/acceptance/acceptance.go

6 lines
75 B
Go
Raw Normal View History

2018-03-11 18:58:53 +01:00
package acceptance
func checkOnDocker(image string) error {
return nil
}