diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-12-27 02:25:18 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-12-27 02:30:28 +0900 |
| commit | 6d3bd27220c80eb58a11b75054fbbcf67e50cc28 (patch) | |
| tree | 68dd700e8988c9591cc8b703d0146292962ff07e /cmd/sharefs/main.go | |
| parent | a27305cb4aa4e382b9474175139ab72bff220fd6 (diff) | |
cmd/sharefs: expand fuse_main
This change should not change behaviour other than making output more consistent.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/sharefs/main.go')
| -rw-r--r-- | cmd/sharefs/main.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/sharefs/main.go b/cmd/sharefs/main.go index 60924e06..c90c8624 100644 --- a/cmd/sharefs/main.go +++ b/cmd/sharefs/main.go @@ -4,7 +4,6 @@ import ( "log" "os" "path" - "runtime" ) // executableName is the [path.Base] name of the executable that started the current process. @@ -19,7 +18,6 @@ var executableName = func() string { }() func main() { - runtime.LockOSThread() log.SetFlags(0) log.SetPrefix(executableName + ": ") |
