Skip to content

keyneston/gotouch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gotouch

gotouch is a simple command line tool to automate the creation of new go files and their matching test file.

It will make any required directories, then create the go file with the (hopefully) correct package <name>.

$ gotouch place/thing.go
$ ls place
thing.go      thing_test.go
$ cat place/*
package place
package place

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages