mirror of
https://github.com/tenox7/wrp.git
synced 2026-07-08 18:06:35 +00:00
[PR #97] [MERGED] Replace statik with embed #166
Reference in New Issue
Block a user
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/tenox7/wrp/pull/97
Author: @DrJosh9000
Created: 3/17/2022
Status: ✅ Merged
Merged: 3/17/2022
Merged by: @tenox7
Base:
master← Head:master📝 Commits (2)
7c33bc6Replace statik with embed8a9870dRemove unneeded go:generate directive📊 Changes
3 files changed (+9 additions, -16 deletions)
View changed files
📝
Makefile(+4 -6)📝
go.mod(+0 -1)📝
wrp.go(+5 -9)📄 Description
Fixes #93 by removing the dependency on statik and using the standard embed package instead.
While I'm here, this also adds an arm64 macOS cross compile.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.