Skip to content

Commit

Permalink
Move repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepijn98 committed Nov 13, 2019
1 parent 71a6ce1 commit 54544e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/KurozeroPB/golane)](https://goreportcard.com/report/github.com/KurozeroPB/golane)
[![Go Report Card](https://goreportcard.com/badge/github.com/azurlane-api/golane)](https://goreportcard.com/report/github.com/azurlane-api/golane)

# golane
Wrapper for the unofficial azur lane json api in Go

## Docs
https://godoc.org/github.com/KurozeroPB/golane
https://godoc.org/github.com/azurlane-api/golane

## Example
```go
package main

import (
"fmt"
"github.com/KurozeroPB/golane"
"github.com/azurlane-api/golane"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions golane.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"bytes"
"encoding/json"
"fmt"
"github.com/KurozeroPB/golane/structs"
"github.com/azurlane-api/golane/structs"
"io"
"net/http"
"net/url"
Expand All @@ -18,7 +18,7 @@ const (
)

var (
userAgent = fmt.Sprintf("golane/%s (https://github.com/KurozeroPB/golane)", Version)
userAgent = fmt.Sprintf("golane/%s (https://github.com/azurlane-api/golane)", Version)
// Order enum of order
Order = &orderBy{
RARITY: "rarity",
Expand Down

0 comments on commit 54544e5

Please sign in to comment.