Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Commit

Permalink
Add PUT endpoints; switch to go module
Browse files Browse the repository at this point in the history
  • Loading branch information
hassieswift621 committed Apr 20, 2019
1 parent c827b2a commit fa63f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ user, err := tatsumakiClient.User("User ID")

if err == nil {
// Do stuff with the user response here.
fmt.Println("User's required XP until next level up: user.LevelProgress.RequiredXp)
fmt.Println("User's required XP until next level up: ", user.LevelProgress.RequiredXp)
}
```

Expand Down

0 comments on commit fa63f1c

Please sign in to comment.