This website works better with JavaScript
Home
Explore
Help
Sign In
dima
/
dmitriygnatenko-v2
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
64ac7828bc
Branches
Tags
feature/mariadb
master
1.3.0
1.2.0
1.1.0
1.0.0
dmitriygnate...
/
internal
/
dto
/
tag.go
tag.go
69 B
History
Raw
1
2
3
4
5
6
7
package dto
type Tag struct {
ID uint64
URL string
Tag string
}