Skip to content

abh-swar/gotest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set the following command to set GOBIN

  • $ go env -w GOBIN={path to the project}/bin

If you need to unset a variable previously set by go env -w, use go env -u:

  • $ go env -u GOBIN

Goto {path to the project}/morestrings and run

go build reverse.go

Goto {path to the project} and run

go install abhinayak.com/user/hello

To run Goto {path to the project}/bin and run

./hello

To run test Goto {path to the project}/gotest/{folder with test}

go test

About

Test project for go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages