code fmt
This commit is contained in:
parent
f6d6221c09
commit
5a6ad37dab
2 changed files with 33 additions and 35 deletions
|
|
@ -9,6 +9,7 @@ package main
|
|||
import (
|
||||
"bufio"
|
||||
"context"
|
||||
"embed"
|
||||
"fmt"
|
||||
"io"
|
||||
"io/fs"
|
||||
|
|
@ -18,7 +19,6 @@ import (
|
|||
"runtime"
|
||||
"strings"
|
||||
"time"
|
||||
"embed"
|
||||
|
||||
"github.com/chzyer/readline"
|
||||
"github.com/sipeed/picoclaw/pkg/agent"
|
||||
|
|
@ -41,7 +41,6 @@ import (
|
|||
//go:embed workspace
|
||||
var embeddedFiles embed.FS
|
||||
|
||||
|
||||
var (
|
||||
version = "dev"
|
||||
gitCommit string
|
||||
|
|
@ -214,7 +213,6 @@ func printHelp() {
|
|||
fmt.Println(" version Show version information")
|
||||
}
|
||||
|
||||
|
||||
func onboard() {
|
||||
configPath := getConfigPath()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue