aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-11-02 22:22:54 -0400
committerBobby <[email protected]>2023-11-02 22:22:54 -0400
commit3c98969220c0f3c6372aef3207a98e4cbcc9a135 (patch)
treeaf35d2ac4deb882d5d23026dccbd8f57a11548d9 /main.go
parent195c72b225c6f171011dfdde550f63cb409b7249 (diff)
downloadmana-3c98969220c0f3c6372aef3207a98e4cbcc9a135.tar.xz
mana-3c98969220c0f3c6372aef3207a98e4cbcc9a135.zip
parser:let|ident
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index deba212..92962bf 100644
--- a/main.go
+++ b/main.go
@@ -8,7 +8,7 @@ import (
)
func main() {
- user, err := user.Current()
+ var user, err = user.Current()
if err != nil {
panic(err)