mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-04-26 22:55:53 +03:00
[PR #19] [MERGED] bugfix + cleanup #53
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#53
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/19
Author: @RandomErrorMessage
Created: 9/27/2019
Status: ✅ Merged
Merged: 9/29/2019
Merged by: @gen2brain
Base:
master← Head:master📝 Commits (5)
ff09bbebugfix: missing string addition in javascript6b28dferemoved unused function parameter5b7d51aupdated go modules, removed goost base64 dependencyf1df08aencoding/base64 is stdlib, re-ordered01b9c56re-added goost after fixing upstream amd64 build bug📊 Changes
4 files changed (+41 additions, -25 deletions)
View changed files
📝
go.mod(+10 -7)📝
go.sum(+27 -14)📝
handlers/html.go(+3 -3)📝
server/server.go(+1 -1)📄 Description
When I updated the modules I had issues with goost, so I replaced it with stdlib base64. I couldn't find much info on goost so I assume it's a drop in replacement.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.