Skip to content

Commit 6e91b5f

Browse files
committed
update struct
1 parent 6a7a919 commit 6e91b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/classroom/classroom.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package classroom
22

33
import (
44
"fmt"
5-
"strings"
65
)
76

87
type AssignmentList struct {
@@ -57,6 +56,7 @@ type Classroom struct {
5756

5857
type GithubRepository struct {
5958
Id int `json:"id"`
59+
Name string `json:name`
6060
FullName string `json:"full_name"`
6161
HtmlUrl string `json:"html_url"`
6262
NodeId string `json:"node_id"`

0 commit comments

Comments
 (0)