bench/generator-go

View on GitHub
app/templates/_hello.go

Summary

Maintainability
A
0 mins
Test Coverage
package hello

func BuildHello() string {
     return "Hello, world."
}

func BuildHi() string {
     return "Hi, world."
}