This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
loallout
/
video_course
Segui
7
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
ed3a48de84
Rami (Branch)
Tag
master
v0.0.1
video_course
/
model
/
user.go
user.go
102 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
package model
import "time"
type User struct {
Id int
Name string
CreateAt time.Time
}