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
Accelerator
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
Type
/
to 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
.
go-ini
/
ini
Public
Notifications
You must be signed in to change notification settings
Fork
390
Star
3.5k
Code
Issues
64
Pull requests
16
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
v1.61.0
User selector
All users
All time
Commit history
Commits on Sep 5, 2020
Support Short-circuit load (#261)
Show description for fcd0515
ygj6
and
unknwon
authored
fcd0515
View commit details
Copy full SHA for fcd0515
Browse repository at this point
Commits on Sep 4, 2020
ci: add Go 1.15.x
unknwon
authored
01f073e
View commit details
Copy full SHA for 01f073e
Browse repository at this point
Commits on Aug 27, 2020
struct: Support reflect from struct with non-anonymous structure pointer (#259)
Show description for abeaefd
ygj6
and
unknwon
authored
abeaefd
View commit details
Copy full SHA for abeaefd
Browse repository at this point
Commits on Aug 23, 2020
file: fix whitespaces are filtered in the SaveTo method (#260)
ygj6
authored
31bf7ce
View commit details
Copy full SHA for 31bf7ce
Browse repository at this point
Commits on Aug 16, 2020
Allow alternative delimiter for child sections (#255)
Show description for 29f972a
irremotus
authored
29f972a
View commit details
Copy full SHA for 29f972a
Browse repository at this point
fix reflect from struct with multiple shadow keys (#254)
Show description for 8e98c65
3 people
authored
8e98c65
View commit details
Copy full SHA for 8e98c65
Browse repository at this point
Add options to control sections insensitive or keys insensitive respectively (#253)
Show description for f1d9ab1
ygj6
and
unknwon
authored
f1d9ab1
View commit details
Copy full SHA for f1d9ab1
Browse repository at this point
Commits on Aug 13, 2020
file: fix deleting the default section makes the next section inaccessible (#256)
howareyou2030
authored
1a3a8f7
View commit details
Copy full SHA for 1a3a8f7
Browse repository at this point
Commits on May 28, 2020
struct: correctly mapping non unique sections to slice field (#242)
Show description for 1fc6efb
aligator
authored
1fc6efb
View commit details
Copy full SHA for 1fc6efb
Browse repository at this point
Commits on May 9, 2020
struct: ignore unexported fields when reflect (#239)
unknwon
authored
ad8a106
View commit details
Copy full SHA for ad8a106
Browse repository at this point
Commits on Apr 18, 2020
Update README.md
unknwon
authored
0b997d7
View commit details
Copy full SHA for 0b997d7
Browse repository at this point
Commits on Mar 31, 2020
refactor: optimize repetitive parsing code (#233)
Show description for bdfaee2
aronlt
and
林通
authored
bdfaee2
View commit details
Copy full SHA for bdfaee2
Browse repository at this point
Commits on Mar 29, 2020
codecov: formalize coverage settings (#232)
Show description for 8a3836d
unknwon
and
Sourcegraph Bot
authored
8a3836d
View commit details
Copy full SHA for 8a3836d
Browse repository at this point
Commits on Mar 28, 2020
codecov: set comment style (#231)
Show description for cd59c6e
unknwon
and
Sourcegraph Bot
authored
cd59c6e
View commit details
Copy full SHA for cd59c6e
Browse repository at this point
ci: migrate from Travis to GitHub Actions (#230)
Show description for 91a7cdb
unknwon
and
Sourcegraph Bot
authored
91a7cdb
View commit details
Copy full SHA for 91a7cdb
Browse repository at this point
Commits on Mar 21, 2020
Enable Codecov (#228)
unknwon
authored
09e0d86
View commit details
Copy full SHA for 09e0d86
Browse repository at this point
Commits on Mar 15, 2020
.travis: fix warnings
unknwon
committed
39bc4dd
View commit details
Copy full SHA for 39bc4dd
Browse repository at this point
ci: enable Go 1.14
unknwon
committed
f547348
View commit details
Copy full SHA for f547348
Browse repository at this point
*: clean up code and error message
unknwon
committed
efe974c
View commit details
Copy full SHA for efe974c
Browse repository at this point
file: support non-unique sections (#220)
Show description for faf04e2
aligator
authored
faf04e2
View commit details
Copy full SHA for faf04e2
Browse repository at this point
Commits on Mar 7, 2020
file: customize output delimiter (#226)
Show description for 8e0f5b3
aligator
and
lasiar
authored
8e0f5b3
View commit details
Copy full SHA for 8e0f5b3
Browse repository at this point
Create lsif.yml
unknwon
authored
dd614b8
View commit details
Copy full SHA for dd614b8
Browse repository at this point
README: update docs
Show description for 5ac7f10
unknwon
committed
5ac7f10
View commit details
Copy full SHA for 5ac7f10
Browse repository at this point
ini: remove internal version
unknwon
committed
90207e2
View commit details
Copy full SHA for 90207e2
Browse repository at this point
data_source: support io.Reader
unknwon
committed
fbbb798
View commit details
Copy full SHA for fbbb798
Browse repository at this point
Commits on Jan 31, 2020
Bump version
unknwon
committed
32cf4f7
View commit details
Copy full SHA for 32cf4f7
Browse repository at this point
struct: support StructReflector interface (#221)
Show description for 7d14fca
unknwon
authored
7d14fca
View commit details
Copy full SHA for 7d14fca
Browse repository at this point
Commits on Dec 25, 2019
Bump version
unknwon
authored
94291ff
View commit details
Copy full SHA for 94291ff
Browse repository at this point
struct: fix incompatibility error with older versions (#219)
Show description for 6cde414
YangKian
authored and
unknwon
committed
6cde414
View commit details
Copy full SHA for 6cde414
Browse repository at this point
Commits on Nov 20, 2019
Delete ISSUE_TEMPLATE.md
Show description for 6982260
unknwon
authored
6982260
View commit details
Copy full SHA for 6982260
Browse repository at this point
Update issue templates
Show description for 4c44b8b
unknwon
authored
4c44b8b
View commit details
Copy full SHA for 4c44b8b
Browse repository at this point
Commits on Nov 9, 2019
Bump version
unknwon
authored
87e589f
View commit details
Copy full SHA for 87e589f
Browse repository at this point
parser: support unmashalling to all basic type pointers (#214)
jstewmon
authored and
unknwon
committed
d544aa9
View commit details
Copy full SHA for d544aa9
Browse repository at this point
Commits on Nov 6, 2019
Bump version
unknwon
committed
8ee0b78
View commit details
Copy full SHA for 8ee0b78
Browse repository at this point
Large python style multiline value fix (#210)
Show description for 0f135c9
2 people
authored and
unknwon
committed
0f135c9
View commit details
Copy full SHA for 0f135c9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.