File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed
Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 99 "strings"
1010 "time"
1111
12- "github.com/lauripiispanen/ most-active-github-users-counter/net"
12+ "most-active-github-users-counter/net"
1313)
1414
1515const root string = "https://api.github.com/"
Original file line number Diff line number Diff line change 1+ module most-active-github-users-counter
2+
3+ go 1.14
4+
Original file line number Diff line number Diff line change 66 "log"
77 "os"
88
9- "github.com/lauripiispanen/ most-active-github-users-counter/output"
10- "github.com/lauripiispanen/ most-active-github-users-counter/top"
9+ "most-active-github-users-counter/output"
10+ "most-active-github-users-counter/top"
1111)
1212
1313type arrayFlags []string
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
1111 "strings"
1212 "time"
1313
14- "github.com/lauripiispanen/ most-active-github-users-counter/github"
15- "github.com/lauripiispanen/ most-active-github-users-counter/top"
14+ "most-active-github-users-counter/github"
15+ "most-active-github-users-counter/top"
1616)
1717
1818type Format func (results github.GithubSearchResults , writer io.Writer , options top.Options ) error
Original file line number Diff line number Diff line change 44 "errors"
55 "fmt"
66
7- "github.com/lauripiispanen/ most-active-github-users-counter/github"
8- "github.com/lauripiispanen/ most-active-github-users-counter/net"
7+ "most-active-github-users-counter/github"
8+ "most-active-github-users-counter/net"
99)
1010
1111func GithubTop (options Options ) (github.GithubSearchResults , error ) {
You can’t perform that action at this time.
0 commit comments