Skip to content

Commit a85fb06

Browse files
committed
📝 Update README.md
1 parent 7d59a42 commit a85fb06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ package user
4141

4242
import "time"
4343

44+
// Repos is the go struct of api's payload.
45+
//
46+
// url: https://api.github.com/users/{user}/repos
47+
// example: https://api.github.com/users/github/repos
48+
//
4449
type Repos []struct {
4550
ID int `json:"id"`
4651
NodeID string `json:"node_id"`

0 commit comments

Comments
 (0)