This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
SportFitness
/
Base
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
f7aee657f0
Branches
Tags
master
v0.1.48
v0.1.47
v0.1.46
v0.1.45
v0.1.44
v0.1.43
v0.1.42
v0.1.41
v0.1.40
v0.1.39
v0.1.38
v0.1.37
v0.1.36
v0.1.35
v0.1.34
v0.1.33
v0.1.32
v0.1.31
v0.1.30
v0.1.29
v0.1.28
v0.1.27
v0.1.26
v0.1.25
v0.1.24
v0.1.23
v0.1.22
v0.1.21
v0.1.20
v0.1.19
v0.1.18
v0.1.17
v0.1.16
v0.1.15
v0.1.14
v0.1.13
v0.1.12
v0.1.11
v0.1.10
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
0.1.1
v0.1.0
v0.0.1
Base
/
assembly
/
base
/
model
/
msg.go
msg.go
105 B
Histórico
Raw
1
2
3
4
5
6
7
8
package model
type Msg struct {
UserIdSend int
UserIdRcv int
Title string
Content string
}