Konfi-Castle-Kasino/pkg/windows/bind.go
kolaente 7b83f23ff0
All checks were successful
continuous-integration/drone/push Build is passing
Tried getting astilectron to work
2019-09-04 22:11:13 +02:00

16 lines
223 B
Go

package windows
/*
func Asset(name string) ([]byte, error) {
return []byte{}, nil
}
func AssetDir(name string) ([]string, error) {
return []string{}, nil
}
func RestoreAssets(dir, name string) error {
return nil
}
*/