Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Add height
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Dec 3, 2021
1 parent 37dc624 commit 54f29a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions userinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ import (
// UserInfo is the information for the current user
type UserInfo struct {
Age int `json:"age"`
Weight float64 `json:"weight"`
Gender string `json:"gender"`
Email string `json:"email"`
Gender string `json:"gender"`
Height float64 `json:"height"`
Weight float64 `json:"weight"`
}

// GetUserInfo returns the user information for the current user
Expand Down

0 comments on commit 54f29a9

Please sign in to comment.