This website works better with JavaScript
Home
Explore
Help
Sign In
loallout
/
video_course
Watch
7
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
7c93599313
Branches
Tags
master
v0.0.1
video_course
/
model
/
user.go
user.go
102 B
History
Raw
1
2
3
4
5
6
7
8
9
package model
import "time"
type User struct {
Id int
Name string
CreateAt time.Time
}