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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
dyninc
/
qstring
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
23
Code
Issues
1
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Allowing for encoding of values that implement compatible interfaces
- #1
#1
Open
mariusor
wants to merge 9 commits into
dyninc:master
dyninc/qstring:master
from
mariusor:master
mariusor/qstring:master
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
Allowing for encoding of values that implement compatible interfaces
#1
mariusor
wants to merge 9 commits into
dyninc:master
dyninc/qstring:master
from
mariusor:master
mariusor/qstring:master
Copy head branch name to clipboard
Commits
Commits on Sep 19, 2018
Adding values encoding when it's type implements a known compatible interface
Show description for bf99a8d
Marius Orcsik
committed
bf99a8d
View commit details
Copy full SHA for bf99a8d
Browse repository at this point
Add the value check to values that pass through the marshalValue function too
Show description for 29d781f
Marius Orcsik
committed
29d781f
View commit details
Copy full SHA for 29d781f
Browse repository at this point
Commits on Feb 1, 2020
Added go mod
Show description for 2b922c4
mariusor
committed
2b922c4
View commit details
Copy full SHA for 2b922c4
Browse repository at this point
Added ComparativeStrings to support =~ and =! operators on string values
mariusor
committed
0235fb7
View commit details
Copy full SHA for 0235fb7
Browse repository at this point
We don't need another equals in the value
mariusor
committed
71a0e74
View commit details
Copy full SHA for 71a0e74
Browse repository at this point
Commits on Feb 4, 2020
Don't use external package for doc_test
Marius Orcsik
committed
8d689cb
View commit details
Copy full SHA for 8d689cb
Browse repository at this point
Build key names, by concatenating qstrings of properties that point to embedded structs
Marius Orcsik
committed
cbb1f2d
View commit details
Copy full SHA for cbb1f2d
Browse repository at this point
Unmarshal the embedded structs with concatenated property names
Marius Orcsik
committed
1e924de
View commit details
Copy full SHA for 1e924de
Browse repository at this point
Instantiate struct pointer if we have macthing values in the query
Marius Orcsik
committed
5a99d46
View commit details
Copy full SHA for 5a99d46
Browse repository at this point
You can’t perform that action at this time.