Open jmeaster30 opened 1 year ago
I will need to set up packaging/versioning so we can have a proper release process.
Along with this will be allowing people who download this to install it to their computer so they aren't having to use go run .
go run .
Also the packaging will allow people to import this into their own go projects.
Can we package this in a way where we can use this library in other languages?
https://pkg.go.dev/about#adding-a-package
I will need to set up packaging/versioning so we can have a proper release process.
Along with this will be allowing people who download this to install it to their computer so they aren't having to use
go run .
Also the packaging will allow people to import this into their own go projects.
Can we package this in a way where we can use this library in other languages?