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 (
"fmt""atomicgo.dev/template"
)
funcmain() {
fmt.Println(template.HelloWorld())
}Hello, World!
func HelloWorld
funcHelloWorld() stringHelloWorld returns `Hello, World!`.
package main
import (
"fmt""atomicgo.dev/template"
)
funcmain() {
fmt.Println(template.HelloWorld())
}Hello, World!
Generated by gomarkdoc
AtomicGo.dev · with ❤️ by @MarvinJWendt | MarvinJWendt.com
