This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
loallout
/
video_course
Xem
7
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
7c93599313
Branches
Tags
master
v0.0.1
video_course
/
model
/
user.go
user.go
102 B
Lịch sử
Raw
1
2
3
4
5
6
7
8
9
package model
import "time"
type User struct {
Id int
Name string
CreateAt time.Time
}