github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/avatars/fileurilze_nix.go (about)

     1  //go:build !windows
     2  // +build !windows
     3  
     4  package avatars
     5  
     6  func fileUrlize(path string) string {
     7  	return path
     8  }