Skip to content
generated from atomicgo/template

📦 Template repository for AtomicGo repositories

License

Notifications You must be signed in to change notification settings

atomicgo/config

Repository files navigation

AtomicGo | template

Downloads Latest Release Tests Coverage Unit test count License: MIT Go 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

Example (Demo)

package main

import (
	"atomicgo.dev/template"
	"fmt"
)

func main() {
	fmt.Println(template.HelloWorld())
}

Output

Hello, World!

Index

func HelloWorld() string

HelloWorld returns `Hello, World!`.

Example

package main

import (
	"atomicgo.dev/template"
	"fmt"
)

func main() {
	fmt.Println(template.HelloWorld())
}

Output

Hello, World!

Generated by gomarkdoc


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

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages