[PR #97] [MERGED] Replace statik with embed #166

Open
opened 2026-01-29 15:13:54 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (2)

  • 7c33bc6 Replace statik with embed
  • 8a9870d Remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/tenox7/wrp/pull/97 **Author:** [@DrJosh9000](https://github.com/DrJosh9000) **Created:** 3/17/2022 **Status:** ✅ Merged **Merged:** 3/17/2022 **Merged by:** [@tenox7](https://github.com/tenox7) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`7c33bc6`](https://github.com/tenox7/wrp/commit/7c33bc67dce29b8c56c19e2652dd4065a1b27731) Replace statik with embed - [`8a9870d`](https://github.com/tenox7/wrp/commit/8a9870d8e280d925917fec1b76ba9289f681a8db) Remove unneeded go:generate directive ### 📊 Changes **3 files changed** (+9 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+4 -6) 📝 `go.mod` (+0 -1) 📝 `wrp.go` (+5 -9) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:13:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: claunia/wrp#166