We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa6d84a + 40ca651 commit c6fb087Copy full SHA for c6fb087
internal/base/cmd.go
@@ -1,4 +1,3 @@
1
-// Package base provides base support.
2
package base
3
4
import (
internal/base/run.go
@@ -5,6 +5,7 @@ import (
5
"fmt"
6
)
7
8
+// Run - base.Run
9
func Run() {
10
flag.Usage = Usage
11
flag.Parse()
internal/version/version.go
@@ -8,7 +8,7 @@ import (
"github.com/openset/leetcode/internal/base"
-const version = "1.6.1"
+const version = "1.6.3"
12
13
// CmdVersion - version.CmdVersion
14
var CmdVersion = &base.Command{
0 commit comments