This website works better with JavaScript
Home
Explore
Help
Register
Sign In
baishaojie
/
database_sync
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
database_sync
/
vendor
/
github.com
/
vmihailenco
/
msgpack
/
v5
/
version.go
version.go
102 B
Permalink
History
Raw
1
2
3
4
5
6
package msgpack
// Version is the current release version.
func Version() string {
return "5.3.5"
}