This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
fusu
/
1
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
7a1ca2781d
Ramuri
Etichete
master
1
/
trading-go
/
model
/
pic.go
pic.go
107 B
Istoric
Crud
1
2
3
4
5
6
7
package model
type Pic struct {
Id int64 `db:"id"`
Name string `db:"name"`
Url string `db:"url"`
}