Documentation
¶
Overview ¶
Package srcutil provides utilities for working with files under go module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ProjectRoot can read from env ProjectRoot = os.Getenv("PROJECT_ROOT") )
Functions ¶
func LoadFile ¶
LoadFile reads a file in the repo given its relative path to the root of module and returns a string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.