Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Test-gen The utility generates test stubs from the interface.

//go:generate test-gen TestClient github.com/test/test.go
package test

type Client interface {
	Get() (string, error)
	Set(v string) error
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages