Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tinylib
/
msgp
Public
Notifications
You must be signed in to change notification settings
Fork
203
Star
2k
Code
Issues
24
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Struct fields numeric labels
- #160
#160
Open
gobwas
wants to merge 33 commits into
tinylib:master
tinylib/msgp:master
from
gobwas:feature/map_numeric_keys
gobwas/msgp:feature/map_numeric_keys
Copy head branch name to clipboard
Conversation
Commits
33
(33)
Checks
Files changed
Open
Struct fields numeric labels
#160
gobwas
wants to merge 33 commits into
tinylib:master
tinylib/msgp:master
from
gobwas:feature/map_numeric_keys
gobwas/msgp:feature/map_numeric_keys
Copy head branch name to clipboard
Commits
Commits on Jul 14, 2016
add ability to use numeric labels in map
s.kamardin
committed
493757e
View commit details
Copy full SHA for 493757e
Browse repository at this point
readme fixes
s.kamardin
committed
fd9ac4f
View commit details
Copy full SHA for fd9ac4f
Browse repository at this point
bugfix
s.kamardin
committed
d57ab0a
View commit details
Copy full SHA for d57ab0a
Browse repository at this point
fix tests
s.kamardin
committed
97823d4
View commit details
Copy full SHA for 97823d4
Browse repository at this point
Commits on Jul 15, 2016
bugfix with empty field tag
s.kamardin
committed
0108cd3
View commit details
Copy full SHA for 0108cd3
Browse repository at this point
add generated files to clean task
s.kamardin
committed
9452270
View commit details
Copy full SHA for 9452270
Browse repository at this point
declare vars out of the loop
s.kamardin
committed
6da8d3d
View commit details
Copy full SHA for 6da8d3d
Browse repository at this point
use declareOnce pattern
s.kamardin
committed
77232d3
View commit details
Copy full SHA for 77232d3
Browse repository at this point
optimize gen for single typed labels
s.kamardin
committed
79ca299
View commit details
Copy full SHA for 79ca299
Browse repository at this point
add tests for numeric labels
s.kamardin
committed
84311a7
View commit details
Copy full SHA for 84311a7
Browse repository at this point
code style
s.kamardin
committed
97f80c9
View commit details
Copy full SHA for 97f80c9
Browse repository at this point
comment
s.kamardin
committed
f7c196e
View commit details
Copy full SHA for f7c196e
Browse repository at this point
Commits on Jul 22, 2016
use different syntax, refactoring
s.kamardin
committed
af829af
View commit details
Copy full SHA for af829af
Browse repository at this point
update readme
s.kamardin
committed
b2cdf6e
View commit details
Copy full SHA for b2cdf6e
Browse repository at this point
use different literals in readme example
s.kamardin
committed
91edff8
View commit details
Copy full SHA for 91edff8
Browse repository at this point
add different number literals test
s.kamardin
committed
62450e6
View commit details
Copy full SHA for 62450e6
Browse repository at this point
bug fix with single numeric field
s.kamardin
committed
56a4935
View commit details
Copy full SHA for 56a4935
Browse repository at this point
Commits on Jul 23, 2016
change panic message
s.kamardin
committed
26008c6
View commit details
Copy full SHA for 26008c6
Browse repository at this point
Commits on Aug 2, 2016
apply review comments
s.kamardin
committed
0c1cb94
View commit details
Copy full SHA for 0c1cb94
Browse repository at this point
common internal log package
s.kamardin
committed
7a547e1
View commit details
Copy full SHA for 7a547e1
Browse repository at this point
use common log package
s.kamardin
committed
5fd38c2
View commit details
Copy full SHA for 5fd38c2
Browse repository at this point
fix import
s.kamardin
committed
efbe90c
View commit details
Copy full SHA for efbe90c
Browse repository at this point
Commits on Sep 14, 2016
ignore idea files
s.kamardin
committed
f1ccc2a
View commit details
Copy full SHA for f1ccc2a
Browse repository at this point
map keys are not just strings now
s.kamardin
committed
de20c15
View commit details
Copy full SHA for de20c15
Browse repository at this point
apply gofmt to sources
s.kamardin
committed
dff3b85
View commit details
Copy full SHA for dff3b85
Browse repository at this point
eol
s.kamardin
committed
ff02952
View commit details
Copy full SHA for ff02952
Browse repository at this point
Commits on Sep 15, 2016
fix possible shadowing bytes value in a map
s.kamardin
committed
af68dbd
View commit details
Copy full SHA for af68dbd
Browse repository at this point
Commits on Oct 18, 2016
read map of interfaces
s.kamardin
committed
61bf3ee
View commit details
Copy full SHA for 61bf3ee
Browse repository at this point
remove redundant errcheck
s.kamardin
committed
24d54ba
View commit details
Copy full SHA for 24d54ba
Browse repository at this point
signature fix
s.kamardin
committed
9b93c50
View commit details
Copy full SHA for 9b93c50
Browse repository at this point
Commits on Nov 19, 2016
map of interface to inteface
s.kamardin
committed
66e724c
View commit details
Copy full SHA for 66e724c
Browse repository at this point
fix tests, use map of interface instead
s.kamardin
committed
8eedca8
View commit details
Copy full SHA for 8eedca8
Browse repository at this point
Commits on Nov 20, 2017
Add (*Reader).CopyNext(w) (int64, error) (#167)
Show description for 1f2d896
pwaller
authored and
Sergey Kamardin
committed
1f2d896
View commit details
Copy full SHA for 1f2d896
Browse repository at this point
You can’t perform that action at this time.