Skip to content

puneet222/MyMoney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

MyMoney

Geektrust backend project

Build Project

  • Go to $GOPATH/src/geektrust
  • Run go build .
  • This will create an executable file named geektrust

Run Executable

  • After generating executable file (geektrust)
  • Run ./geektrust <Absolute path of input file>

Alternatively

  • Go to $GOPATH/src/geektrust
  • Run go run main.go <Absolute path of input file>

Unit Test Cases

  • Go to $GOPATH/src/geektrust
  • Run go test -v ./...

About

Geektrust backend project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages