template

package module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2024 License: MIT Imports: 0 Imported by: 0

README

AtomicGo | template

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

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

Documentation

Overview

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 (
	"fmt"

	"atomicgo.dev/template"
)

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

Hello, World!

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func HelloWorld

func HelloWorld() string

HelloWorld returns `Hello, World!`.

Example
package main

import (
	"fmt"

	"atomicgo.dev/template"
)

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

Hello, World!

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL