[PR #36] [CLOSED] update encoding package to remove import errors #59

Closed
opened 2026-03-02 04:09:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gen2brain/cam2ip/pull/36
Author: @itiulkanov
Created: 1/11/2022
Status: Closed

Base: masterHead: fixEncodingError


📝 Commits (1)

  • a6c600e update encoding package to remove import errors

📊 Changes

5 files changed (+3 additions, -7 deletions)

View changed files

📝 camera/camera_test.go (+1 -1)
📝 cmd/cam2ip/main.go (+1 -1)
📝 go.mod (+0 -1)
📝 go.sum (+0 -3)
📝 image/base64_amd64.go (+1 -1)

📄 Description

I was unable to compile the project because of the following error: go: goost.org/encoding/base64@v0.0.0-20190928151742-cd6f75493c10: unrecognized import path "goost.org/encoding/base64": https fetch: Get "https://goost.org/encoding/base64?go-get=1": dial tcp: lookup goost.org: no such host
after reviewing answers from SO and others I found that it the encoding/base64 could be simply replaced with an internal package. The rest is the minor changes, suggested by the IDE checkstyle.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gen2brain/cam2ip/pull/36 **Author:** [@itiulkanov](https://github.com/itiulkanov) **Created:** 1/11/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fixEncodingError` --- ### 📝 Commits (1) - [`a6c600e`](https://github.com/gen2brain/cam2ip/commit/a6c600ef155eba42a89b24ff8da25f61478cef33) update encoding package to remove import errors ### 📊 Changes **5 files changed** (+3 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `camera/camera_test.go` (+1 -1) 📝 `cmd/cam2ip/main.go` (+1 -1) 📝 `go.mod` (+0 -1) 📝 `go.sum` (+0 -3) 📝 `image/base64_amd64.go` (+1 -1) </details> ### 📄 Description I was unable to compile the project because of the following error: go: goost.org/encoding/base64@v0.0.0-20190928151742-cd6f75493c10: unrecognized import path "goost.org/encoding/base64": https fetch: Get "https://goost.org/encoding/base64?go-get=1": dial tcp: lookup goost.org: no such host after reviewing answers from SO and others I found that it the encoding/base64 could be simply replaced with an internal package. The rest is the minor changes, suggested by the IDE checkstyle. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:09:06 +03:00
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#59
No description provided.