Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-kosu: add reset and show_node_info cmds #239

Merged
merged 5 commits into from Aug 28, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Prev

go-kosu: add missing import

  • Loading branch information
gchaincl committed Aug 28, 2019
commit e6242879ccda4485c55151129cdf28f88a1deeac
@@ -6,6 +6,7 @@ import (
stdlog "log"
"os"
"os/user"
"path"
"path/filepath"
"strings"

@@ -20,7 +21,7 @@ import (
)

const (
dbName = "kosu"
dbName = "kosu"
)

// Config holds the program execution arguments
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.