github.com/aca02djr/gb@v0.4.1/src.go (about)

     1  package gb
     2  
     3  type Srcdir struct {
     4  	// Root is the root directory of this Srcdir.
     5  	Root string
     6  
     7  	// Prefix is an optional import path prefix applied
     8  	// to any package resolved via this Srcdir.
     9  	Prefix string
    10  }