github.com/henvic/wedeploycli@v1.7.6-0.20200319005353-3630f582f284/findresource/findresource_unix.go (about)

     1  // +build !windows
     2  
     3  package findresource
     4  
     5  func setupOSRoot() {
     6  	sysRoot = "/"
     7  }
     8  
     9  func isRootDelimiter(dir string) bool {
    10  	return dir == sysRoot
    11  }