Skip to content

Commit

Permalink
提交
Browse files Browse the repository at this point in the history
  • Loading branch information
lingen committed Jan 7, 2023
1 parent 82c6c22 commit 417ef97
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
package main
import (
"fmt"
)

func main(){
fmt.Println("utool工具类,包含文件操作和ssh,sftp,命令执行等")
}
func main() {
}

0 comments on commit 417ef97

Please sign in to comment.