This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
loallout
/
video_course
Beobachten
7
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
7c93599313
Branches
Tags
master
v0.0.1
video_course
/
model
/
user.go
user.go
102 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
package model
import "time"
type User struct {
Id int
Name string
CreateAt time.Time
}