Skip to content

Commit

Permalink
upgrade to go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Xe committed Mar 23, 2019
1 parent 925661b commit 395fdf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# derpigo

[API Docs](https://godoc.org/github.com/Xe/derpigo) [License](https://github.com/Xe/derpigo/blob/master/LICENSE)
[API Docs](https://godoc.org/within.website/derpigo) [License](https://github.com/Xe/derpigo/blob/master/LICENSE)

## Installation

Expand All @@ -17,7 +17,7 @@ import (
"context"
"os"

"github.com/Xe/derpigo"
"within.website/derpigo"
)

func main() {
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module within.website/derpigo
2 changes: 1 addition & 1 deletion image.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
Image is an image on the Booru.
*/
type Image struct {
ID string `json:"id"`
ID int `json:"id"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
DuplicateReports []*DuplicateReport `json:"duplicate_reports"`
Expand Down

0 comments on commit 395fdf7

Please sign in to comment.