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
main
User selector
All users
All time
Commit history
Commits on Jun 10, 2026
Update README.md
Show description for 2045e71
unknwon
authored
2045e71
View commit details
Copy full SHA for 2045e71
Browse repository at this point
Commits on Jun 8, 2026
Optimize `Key.Strings` by reducing memory re-allocations and simplifying control flow (#385)
gitKashish
authored
360a98b
View commit details
Copy full SHA for 360a98b
Browse repository at this point
Commits on May 3, 2026
key: apply ValueMapper to substituted reference values (#382)
Show description for 89efed6
unknwon
and
claude
authored
89efed6
View commit details
Copy full SHA for 89efed6
Browse repository at this point
Commits on Jan 10, 2026
Fix parsing of double-quoted values with backslash continuations (#373)
Show description for 5a14e18
felipecrs
and
unknwon
authored
5a14e18
View commit details
Copy full SHA for 5a14e18
Browse repository at this point
chore: enable Go modules and modernize CI (#374)
unknwon
authored
54a0ff7
View commit details
Copy full SHA for 54a0ff7
Browse repository at this point
Commits on Aug 8, 2022
ini: allow changing the default section name (#319)
jade-clarke
authored
b2f570e
View commit details
Copy full SHA for b2f570e
Browse repository at this point
Commits on May 30, 2022
parser: fix line skipping when key is empty (#323)
gandarez
authored
6098d42
View commit details
Copy full SHA for 6098d42
Browse repository at this point
Commits on May 29, 2022
chore: various config updates to CI (#322)
unknwon
authored
7c569cc
View commit details
Copy full SHA for 7c569cc
Browse repository at this point
write: pretty print section only if it is not the last one (#321)
Show description for 842b9a9
danilo-gemoli
and
unknwon
authored
842b9a9
View commit details
Copy full SHA for 842b9a9
Browse repository at this point
Commits on Mar 10, 2022
lsif: update upload endpoint (#317)
Show description for 386cf30
unknwon
and
Sourcegraph
authored
386cf30
View commit details
Copy full SHA for 386cf30
Browse repository at this point
Commits on Feb 25, 2022
README: use branch check status instead of workflow
unknwon
authored
6d3eeb0
View commit details
Copy full SHA for 6d3eeb0
Browse repository at this point
Commits on Feb 10, 2022
key: ignore empty values in `ValueWithShadows` (#316)
unknwon
authored
39f9e49
View commit details
Copy full SHA for 39f9e49
Browse repository at this point
Commits on Jan 20, 2022
Return an empty array from `ValueWithShadows` if there is none (#313)
Show description for fcd6cc3
NDagestad
and
unknwon
authored
fcd6cc3
View commit details
Copy full SHA for fcd6cc3
Browse repository at this point
Commits on Dec 23, 2021
github: refurbish issue forms and pull request templates (#312)
unknwon
authored
d26f092
View commit details
Copy full SHA for d26f092
Browse repository at this point
Commits on Dec 2, 2021
Fix nested values can span sections (#306)
ravron
authored
c71eccd
View commit details
Copy full SHA for c71eccd
Browse repository at this point
Fix python multiline EOF error (#309)
gandarez
authored
3ca1e6a
View commit details
Copy full SHA for 3ca1e6a
Browse repository at this point
Commits on Nov 30, 2021
file: add `HasSection` method (#308)
Show description for b505416
bryanpedini
and
unknwon
authored
b505416
View commit details
Copy full SHA for b505416
Browse repository at this point
Commits on Nov 28, 2021
Fix parsing python multiline string (#299)
gandarez
authored
e641746
View commit details
Copy full SHA for e641746
Browse repository at this point
Commits on Nov 12, 2021
file: fix legacy tests
unknwon
committed
c2f10d6
View commit details
Copy full SHA for c2f10d6
Browse repository at this point
Fix creation of default section (#301)
tphilippeau-tower
authored
1c1c7ac
View commit details
Copy full SHA for 1c1c7ac
Browse repository at this point
Commits on Nov 11, 2021
README: update minimum requirement Go version to be 1.12
unknwon
authored
6a280a6
View commit details
Copy full SHA for 6a280a6
Browse repository at this point
Commits on Sep 16, 2021
test: rename package to be same as the main (#304)
unknwon
authored
14e9811
View commit details
Copy full SHA for 14e9811
Browse repository at this point
Commits on Sep 15, 2021
ci: workaround to make lint work (#303)
unknwon
authored
fd697c7
View commit details
Copy full SHA for fd697c7
Browse repository at this point
all: rewrite tests to use testify instead of goconvey (#300)
sagikazarmark
authored
bba62c3
View commit details
Copy full SHA for bba62c3
Browse repository at this point
Commits on Sep 7, 2021
key: add `AllowDuplicateShadowValues` option (#298)
dwmunster
authored
326d24f
View commit details
Copy full SHA for 326d24f
Browse repository at this point
Commits on Sep 4, 2021
section: preallocate the size of keys hash (#297)
unknwon
authored
b52868c
View commit details
Copy full SHA for b52868c
Browse repository at this point
ci: update GitHub Actions (#296)
unknwon
authored
f8a14ab
View commit details
Copy full SHA for f8a14ab
Browse repository at this point
Commits on Oct 6, 2020
Add extends functionality to allow embedded fields (#269)
Show description for 5e97220
zeripath
and
unknwon
authored
5e97220
View commit details
Copy full SHA for 5e97220
Browse repository at this point
Commits on Sep 21, 2020
test: add test cases to increase test coverage (#268)
ygj6
authored
2a76f61
View commit details
Copy full SHA for 2a76f61
Browse repository at this point
Commits on Sep 18, 2020
Fix typo in a comment (#266)
Show description for 61b7223
mswdevsla
and
alex-theqoos
authored
61b7223
View commit details
Copy full SHA for 61b7223
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.