Skip to content

hxrxchang/system-programming-by-go

Repository files navigation

go-template

test

# run test with specifying a package or a function
go test github.com/hxrxchang/go-template
go test github.com/hxrxchang/go-template --run TestFunctionName

# or run all tests
go test -race ./...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages