Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goost lib? #38

Closed
dpalmasan opened this issue Oct 15, 2022 · 2 comments
Closed

Goost lib? #38

dpalmasan opened this issue Oct 15, 2022 · 2 comments

Comments

@dpalmasan
Copy link

I get an import error related to base64 from goost namespace. It seems goost.org does not work. Wouldn't it be better using the standard base64? I have a fork with the fix if interested.

go get goost.org/encoding/base64 
go get: unrecognized import path "goost.org/encoding/base64": https fetch: Get "https://goost.org/encoding/base64?go-get=1": dial tcp: lookup goost.org on 172.25.192.1:53: no such host

If not, is there a workaround for this?

@gen2brain
Copy link
Owner

Fixed in f58b475.

@gen2brain
Copy link
Owner

goost.org implements base64 in assembly, I prefer to use it where is available (on amd64). For some time it was available on github.com/libgoost, but now that is also gone, it now uses the fork I had locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants