mirror of
https://github.com/writeas/go-writeas.git
synced 2025-07-28 10:38:53 +00:00
Use versioned library URL
This commit is contained in:
parent
0eb2666d0f
commit
50941b5d00
@ -1,13 +1,13 @@
|
||||
# go-writeas
|
||||
|
||||
[](https://godoc.org/github.com/writeas/go-writeas)
|
||||
[](https://godoc.org/go.code.as/writeas.v1)
|
||||
|
||||
Official Write.as Go client library.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
go get github.com/writeas/go-writeas
|
||||
go get go.code.as/writeas.v1
|
||||
```
|
||||
|
||||
## Documentation
|
||||
@ -17,7 +17,7 @@ See all functionality and usages in the [API documentation](https://developer.wr
|
||||
### Example usage
|
||||
|
||||
```go
|
||||
import "github.com/writeas/go-writeas"
|
||||
import "go.code.as/writeas.v1"
|
||||
|
||||
func main() {
|
||||
// Create the client
|
||||
|
Loading…
Reference in New Issue
Block a user