Skip to content
Discussion options

You must be logged in to vote

Hey Stefan, thanks for your interest in Solod! Package management works just like in Go.

Every Solod package, including the standard library, is a regular Go package. You install it with go get and it gets added to your project's go.mod file:

go mod init example
go get solod.dev@latest

If you want to install a third-party Solod package, you do it the same way:

go get github.com/username/repo

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stefan-kiss
Comment options

Answer selected by stefan-kiss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants