graphql-engine/cli/update/hide_noop.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
189 B
Go
Raw Normal View History

// +build !windows
package update
// shamelessly copied from
// https://github.com/inconshreveable/go-update/blob/master/hide_windows.go
func hideFile(path string) error {
return nil
}