We are currently experiencing payment processing issues. Our team is working to resolve the problem as quickly as possible. Thank you for your patience
Liberated fakku tools from the fakku library
0
Hey everyone,
I went ahead and split the fakku tools I wrote in Go into separate projects so it should be really easy to not only install these tools but use the fakku library separately now.
Here are the commands (these commands should work correctly on all platforms supported by go):
go get github.com/DrItanium/fakku-api-changes
go get github.com/DrItanium/fakku-content
go get github.com/DrItanium/fakku-poll
go get github.com/DrItanium/fakku-tags
If you want to use the backing fakku library all you need to do is:
go get github.com/DrItanium/fakku
and then import it into your program:
import "github.com/DrItanium/fakku"
I'm going through slowly and cleaning up the fakku library in addition to other things I'm working on.
I went ahead and split the fakku tools I wrote in Go into separate projects so it should be really easy to not only install these tools but use the fakku library separately now.
Here are the commands (these commands should work correctly on all platforms supported by go):
go get github.com/DrItanium/fakku-api-changes
go get github.com/DrItanium/fakku-content
go get github.com/DrItanium/fakku-poll
go get github.com/DrItanium/fakku-tags
If you want to use the backing fakku library all you need to do is:
go get github.com/DrItanium/fakku
and then import it into your program:
import "github.com/DrItanium/fakku"
I'm going through slowly and cleaning up the fakku library in addition to other things I'm working on.