repository
0.0.0-20240605062450-59ca34962e22
Repository: https://github.com/seungkyua/go-test.git
Documentation: pkg.go.dev
# README
go-test
go mod and work
$ go mod init github.com/seungkyua/go-test
$ go mod tidy
$ go mod vendor
$ go work init
$ go work use .
go test
$ go test interface/embed/calculate_test.go
ok command-line-arguments 0.390s