diff options
author | Runxi Yu <me@runxiyu.org> | 2024-12-14 14:25:37 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-12-14 14:25:37 +0800 |
commit | 6b64fc61defa04c8f9cbe2b4a2329f05b490cdc9 (patch) | |
tree | 786baf537050a92837de26b9614cf6d4675f775f /unveil.go | |
parent | Update dependencies (diff) | |
download | legitrx-6b64fc61defa04c8f9cbe2b4a2329f05b490cdc9.tar.gz legitrx-6b64fc61defa04c8f9cbe2b4a2329f05b490cdc9.tar.zst legitrx-6b64fc61defa04c8f9cbe2b4a2329f05b490cdc9.zip |
gofumpt
Diffstat (limited to '')
-rw-r--r-- | unveil.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |