An open API service indexing awesome lists of open source software.

https://github.com/atomicgo/template

📦 Template repository for AtomicGo repositories
https://github.com/atomicgo/template

atomicgo go golang golang-library hacktoberfest

Last synced: about 2 months ago
JSON representation

📦 Template repository for AtomicGo repositories

Awesome Lists containing this project

README

        

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

```go
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

```go
package main

import (
"fmt"

"atomicgo.dev/template"
)

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

#### Output

```
Hello, World!
```

## Index

- [func HelloWorld\(\) string](<#HelloWorld>)


## func [HelloWorld]()

```go
func HelloWorld() string
```

HelloWorld returns \`Hello, World\!\`.

```go
package main

import (
"fmt"

"atomicgo.dev/template"
)

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

#### Output

```
Hello, World!
```

Generated by [gomarkdoc]()

---

> [AtomicGo.dev](https://atomicgo.dev)  · 
> with ❤️ by [@MarvinJWendt](https://github.com/MarvinJWendt) |
> [MarvinJWendt.com](https://marvinjwendt.com)