Skip to content

mraym/finlib_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

# finlib_go
Financial calculations library written in Go

# Make sure you set your GOPATH correctly
cd $GOPATH/src

# If you make changes, please run gofmt
gofmt -w github.com/mraym/finlib_go/*.go

# Build the library
go build github.com/mraym/finlib_go

# Run the test to make sure that there is output.
# You should see the mortgage payment and you should see FAIL.
# That's ok, I just want to see the mortgage payment output.
go test github.com/mraym/finlib_go

About

Financial calculations library written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages