MCPcopy Index your code
hub / github.com/github/git-sizer / main

Function main

git-sizer.go:95–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93var BuildVersion string
94
95func main() {
96 err := mainImplementation(os.Stdout, os.Stderr, os.Args[1:])
97 if err != nil {
98 fmt.Fprintf(os.Stderr, "error: %s\n", err)
99 os.Exit(1)
100 }
101}
102
103func mainImplementation(stdout, stderr io.Writer, args []string) error {
104 var nameStyle sizes.NameStyle = sizes.NameStyleFull

Callers

nothing calls this directly

Calls 1

mainImplementationFunction · 0.85

Tested by

no test coverage detected