Konfi-Castle-Kasino/pkg/windows/bind.go

16 lines
223 B
Go
Raw Permalink Normal View History

2019-09-04 20:11:13 +00:00
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
}
*/