Skip to content

Commit f7e652f

Browse files
committed
Merge pull request #5 from kawakami-o3/master
code.google.com/p/goncurses missing
2 parents 4ff818a + 839b6f0 commit f7e652f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

article.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"strings"
1212
"time"
1313

14-
"code.google.com/p/goncurses"
14+
"github.com/rthornton128/goncurses"
1515
"github.com/PuerkitoBio/goquery"
1616
)
1717

hncli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"log"
55
"strings"
66

7-
"code.google.com/p/goncurses"
7+
"github.com/rthornton128/goncurses"
88
)
99

1010
type hncli struct {

0 commit comments

Comments
 (0)