Skip to content

Commit 1542e72

Browse files
committed
gopkg.in added to examples
1 parent 0843403 commit 1542e72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"fmt"
55

6-
"github.com/hypersleep/easyssh"
6+
"gopkg.in/hypersleep/easyssh.v0"
77
)
88

99
func main() {

example/scp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"fmt"
55

6-
"github.com/hypersleep/easyssh"
6+
"gopkg.in/hypersleep/easyssh.v0"
77
)
88

99
func main() {

0 commit comments

Comments
 (0)