diff options
| author | Ewy~ <ewy0@protonmail.com> | 2026-03-31 17:18:35 +0200 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2026-03-31 17:18:35 +0200 |
| commit | cf085e93b7abc53b8ecc78c07210384e0ff8d516 (patch) | |
| tree | 270bc83c7e4d1c468bd7fcc61d2d65d6f447eda6 /pages/receive.go | |
initial commit
Diffstat (limited to 'pages/receive.go')
| -rw-r--r-- | pages/receive.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/receive.go b/pages/receive.go new file mode 100644 index 0000000..023a20b --- /dev/null +++ b/pages/receive.go @@ -0,0 +1,5 @@ +package pages + +import ( + _ "embed" +) |
