🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
U: main
  • Loading branch information
Shuo committed Nov 27, 2021
commit d600c7dfd9b5227d61efe60d3d46e056cc5d4888
2 changes: 1 addition & 1 deletion internal/base/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

// URL - base.URL
const URL = "https://github.com/awesee/leetcode/tree/master"
const URL = "https://github.com/awesee/leetcode/tree/main"

// CmdName - base.CmdName
var CmdName = filepath.Base(os.Args[0])
Expand Down