mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-18 19:04:07 +01:00
6 lines
75 B
Go
6 lines
75 B
Go
|
package acceptance
|
||
|
|
||
|
func checkOnDocker(image string) error {
|
||
|
return nil
|
||
|
}
|