github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/lib/codefile/types.go (about)

     1  package codefile
     2  
     3  type CodePath string
     4  
     5  func (p CodePath) String() string {
     6  	return string(p)
     7  }