This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
fusu
/
1
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
7a1ca2781d
Rami (Branch)
Tag
master
1
/
trading-go
/
model
/
pic.go
pic.go
107 B
Cronologia
Originale
1
2
3
4
5
6
7
package model
type Pic struct {
Id int64 `db:"id"`
Name string `db:"name"`
Url string `db:"url"`
}