updating references to martian to laconic
This commit is contained in:
parent
3bb71252ce
commit
c53218f7da
@ -14,7 +14,7 @@ A Go client library for interacting with the Azimuth watcher GraphQL API. This l
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
go get github.com/martian-engineering/azimuth-client-go
|
||||
go get git.vdb.to/LaconicNetwork/azimuth-client-go
|
||||
```
|
||||
|
||||
## Usage
|
||||
@ -29,7 +29,7 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
azimuth "github.com/martian-engineering/azimuth-client-go"
|
||||
azimuth "git.vdb.to/LaconicNetwork/azimuth-client-go"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
azimuth "github.com/martian-engineering/azimuth-client-go"
|
||||
azimuth "git.vdb.to/LaconicNetwork/azimuth-client-go"
|
||||
)
|
||||
|
||||
func ExampleNewClient() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user