Skip to content
/templatePublic template

Repository files navigation

AtomicGo | template

DownloadsLatest ReleaseTestsCoverageUnit test countLicense: MITGo report


Documentation | Contributing | Code of Conduct


AtomicGo

go get atomicgo.dev/template

template

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())
}

Output

Hello, World!

Index

funcHelloWorld() string

HelloWorld returns `Hello, World!`.

package main
import (
"fmt""atomicgo.dev/template"
)
funcmain() {
fmt.Println(template.HelloWorld())
}

Output

Hello, World!

Generated by gomarkdoc


AtomicGo.dev · with ❤️ by @MarvinJWendt | MarvinJWendt.com

About

📦 Template repository for AtomicGo repositories

Topics

Resources

Code of conduct

Stars

2 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages