Skip to content

Frapschen/go-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-tools

A recommended way to manage your go tools in each Golang project.

Usage

make install-tools

Tips

If the package you imported has an uncommon name, such as github.com/hairyhenderson/gomplate/v3, you can add a comment after it:

package tools

import (
	_ "github.com/hairyhenderson/gomplate/v3" // gomplate
)

The install-tools will handle it properly and name the package as gomplate.

References

About

a way to manager yours go tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published