Documentation
¶
Overview ¶
Example ¶
package main import ( "fmt" "github.com/palantir/checks/gocd/config" ) func main() { yml := ` root-dirs: - anotherDir/pkg - pkg ` cfg, err := config.LoadFromYML(yml) if err != nil { panic(err) } fmt.Printf("%q", fmt.Sprintf("%+v", cfg)) }
Output: "{RootDirs:[anotherDir/pkg pkg]}"
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.