Skip to content

atomicgo/hutils

Repository files navigation

AtomicGo | hutils

Downloads Latest Release Tests Coverage Unit test count License: MIT Go report


Documentation | Contributing | Code of Conduct


AtomicGo

go get atomicgo.dev/hutils

hutils

import "atomicgo.dev/hutils"

package hutils 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"

	template "atomicgo.dev/hutils"
)

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

Output

Hello, World!

Index

func HelloWorld() string

HelloWorld returns `Hello, World!`.

package main

import (
	"fmt"

	template "atomicgo.dev/hutils"
)

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

Output

Hello, World!

Generated by gomarkdoc


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

About

📦 hutils provides useful HTTP utils for Go

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages