[GH-ISSUE #38] Goost lib? #28

Closed
opened 2026-03-02 04:08:52 +03:00 by kerem · 2 comments
Owner

Originally created by @dpalmasan on GitHub (Oct 15, 2022).
Original GitHub issue: https://github.com/gen2brain/cam2ip/issues/38

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?

Originally created by @dpalmasan on GitHub (Oct 15, 2022). Original GitHub issue: https://github.com/gen2brain/cam2ip/issues/38 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?
kerem closed this issue 2026-03-02 04:08:53 +03:00
Author
Owner

@gen2brain commented on GitHub (Oct 15, 2022):

Fixed in github.com/gen2brain/cam2ip@f58b475549.

<!-- gh-comment-id:1279811229 --> @gen2brain commented on GitHub (Oct 15, 2022): Fixed in https://github.com/gen2brain/cam2ip/commit/f58b475549c88d66539e1ba1300fbc082bc8c1c6.
Author
Owner

@gen2brain commented on GitHub (Oct 15, 2022):

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.

<!-- gh-comment-id:1279812702 --> @gen2brain commented on GitHub (Oct 15, 2022): 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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cam2ip#28
No description provided.