Skip to content
/ template Public template

πŸ“¦ Template repository for AtomicGo repositories

License

Notifications You must be signed in to change notification settings

atomicgo/template

Folders and files

NameName
Last commit message
Last commit date
Jul 23, 2024
Aug 8, 2024
Mar 15, 2025
Mar 15, 2025
Jul 19, 2024
Sep 13, 2024
Jul 19, 2024
Apr 8, 2021
Jun 26, 2024
Mar 15, 2025
Dec 10, 2020
Apr 8, 2021
Jun 26, 2024

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

package main

import (
	"fmt"

	"atomicgo.dev/template"
)

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

Output

Hello, World!

Index

func HelloWorld() string

HelloWorld returns `Hello, World!`.

package main

import (
	"fmt"

	"atomicgo.dev/template"
)

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

Output

Hello, World!

Generated by gomarkdoc


AtomicGo.dev  Β·  with ❀️ by @MarvinJWendt | MarvinJWendt.com