Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LeakIX/LeakIXClient
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Jul 26, 2020
2 parents 38dac8c + a693826 commit cff801c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a Go library making queries to LeakIX easier.
package main
import (
"fmt"
"gitlab.nobody.run/tbi/LeakIXClient"
"github.com/LeakIX/LeakIXClient"
)

func main(){
Expand All @@ -26,4 +26,4 @@ func main(){
}
}

```
```
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main
import (
"fmt"
"gitlab.nobody.run/tbi/LeakIXClient"
"github.com/LeakIX/LeakIXClient"
)

func main(){
Expand Down

0 comments on commit cff801c

Please sign in to comment.