1
0
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:
Matt Baer 2018-09-23 16:50:23 -04:00
parent 0eb2666d0f
commit 50941b5d00

View File

@ -1,13 +1,13 @@
# go-writeas
[![godoc](https://godoc.org/github.com/writeas/go-writeas?status.svg)](https://godoc.org/github.com/writeas/go-writeas)
[![godoc](https://godoc.org/go.code.as/writeas.v1?status.svg)](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