mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-04-26 22:55:53 +03:00
[PR #36] [CLOSED] update encoding package to remove import errors #59
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cam2ip#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/gen2brain/cam2ip/pull/36
Author: @itiulkanov
Created: 1/11/2022
Status: ❌ Closed
Base:
master← Head:fixEncodingError📝 Commits (1)
a6c600eupdate 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.