aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-12-14 14:25:37 +0800
committerRunxi Yu <me@runxiyu.org>2024-12-14 14:25:37 +0800
commit6b64fc61defa04c8f9cbe2b4a2329f05b490cdc9 (patch)
tree786baf537050a92837de26b9614cf6d4675f775f
parentUpdate dependencies (diff)
downloadlegitrx-6b64fc61defa04c8f9cbe2b4a2329f05b490cdc9.tar.gz
legitrx-6b64fc61defa04c8f9cbe2b4a2329f05b490cdc9.tar.zst
legitrx-6b64fc61defa04c8f9cbe2b4a2329f05b490cdc9.zip
gofumpt
-rw-r--r--unveil.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/unveil.go b/unveil.go
index 3b4803e..39353a8 100644
--- a/unveil.go
+++ b/unveil.go
@@ -4,8 +4,9 @@
package main
import (
- "golang.org/x/sys/unix"
"log"
+
+ "golang.org/x/sys/unix"
)
func Unveil(path string, perms string) error {