diff options
| author | Bobby <[email protected]> | 2023-11-03 12:58:02 +0000 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-11-03 12:58:02 +0000 |
| commit | 955fdfb79f165bab521cf4f4e0e18613fd1f085b (patch) | |
| tree | 9bd3474cfa7f5552f5df8a4f0fe47095261ebc49 /main.go | |
| parent | 895fd381cc3867bb362f1abf19ffc26c41cbdbe7 (diff) | |
| download | mana-955fdfb79f165bab521cf4f4e0e18613fd1f085b.tar.xz mana-955fdfb79f165bab521cf4f4e0e18613fd1f085b.zip | |
fmt:source tree
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,9 +2,9 @@ package main import ( "fmt" + "mana/repl" "os" "os/user" - "mana/repl" ) func main() { |
