mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-06 17:50:34 +07:00
fix: gofmt && little fixes
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
func FindFrontendPath() string {
|
||||
currentPath, err := os.Getwd()
|
||||
if err != nil {
|
||||
panic(err)
|
||||
log.Fatalf("Failed to find path for frontend: %s", err)
|
||||
}
|
||||
|
||||
var dirs []string
|
||||
|
||||
Reference in New Issue
Block a user