Documentation | Contributing | Code of Conduct
import "atomicgo.dev/template"
Package template is used to generate new AtomicGo repositories.
Write the description of the module here. You can use **markdown**! This description should clearly explain what the package does.
Example description: https://golang.org/src/encoding/gob/doc.go
package main
import (
"atomicgo.dev/template"
"fmt"
)
func main() {
fmt.Println(template.HelloWorld())
}
Hello, World!
func HelloWorld
func HelloWorld() string
HelloWorld returns `Hello, World!`.
package main
import (
"atomicgo.dev/template"
"fmt"
)
func main() {
fmt.Println(template.HelloWorld())
}
Hello, World!
Generated by gomarkdoc
AtomicGo.dev · with ❤️ by @MarvinJWendt | MarvinJWendt.com