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
Breadcrumbs
History for
ini
ini_test.go
on
main
User selector
All users
All time
Commit history
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 29, 2022
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
View code at this point
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
View code at this point
Browse repository at this point
Fix python multiline EOF error (#309)
gandarez
authored
3ca1e6a
View commit details
Copy full SHA for 3ca1e6a
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Sep 15, 2021
all: rewrite tests to use testify instead of goconvey (#300)
sagikazarmark
authored
bba62c3
View commit details
Copy full SHA for bba62c3
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Mar 7, 2020
data_source: support io.Reader
unknwon
committed
fbbb798
View commit details
Copy full SHA for fbbb798
View code at this point
Browse repository at this point
Commits on Aug 6, 2019
ini_test: add test case for #198
unknwon
committed
e145131
View commit details
Copy full SHA for e145131
View code at this point
Browse repository at this point
Commits on Jul 7, 2019
parser: support Python multi-line values with empty first line (#194)
shahms
authored and
unknwon
committed
1ed3806
View commit details
Copy full SHA for 1ed3806
View code at this point
Browse repository at this point
Commits on Feb 17, 2019
*: refactor constants to use camelcase
unknwon
committed
ece0e89
View commit details
Copy full SHA for ece0e89
View code at this point
Browse repository at this point
parser: add option to preserve surrounded quote (#182)
drakkan
authored and
unknwon
committed
8b99162
View commit details
Copy full SHA for 8b99162
View code at this point
Browse repository at this point
Commits on Oct 14, 2018
file: support custom key-value delimiters (#166)
unknwon
committed
8d6d083
View commit details
Copy full SHA for 8d6d083
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
parser: support SkipUnrecognizableLines (#150)
unknwon
committed
af26abd
View commit details
Copy full SHA for af26abd
View code at this point
Browse repository at this point
Commits on May 26, 2018
parser: support ignore inline comment (#146)
Show description for 7af1ffd
syndbg
authored and
unknwon
committed
7af1ffd
View commit details
Copy full SHA for 7af1ffd
View code at this point
Browse repository at this point
Commits on Apr 20, 2018
ini: support Python multi-line values (#145)
Show description for ecf7343
syndbg
authored and
unknwon
committed
ecf7343
View commit details
Copy full SHA for ecf7343
View code at this point
Browse repository at this point
Commits on Feb 14, 2018
*_test: use golden file for complex test output
unknwon
committed
32e4be5
View commit details
Copy full SHA for 32e4be5
View code at this point
Browse repository at this point
Commits on Nov 14, 2017
ini: add load option UnescapeValueCommentSymbols (#129)
unknwon
committed
a343d98
View commit details
Copy full SHA for a343d98
View code at this point
Browse repository at this point
Commits on Oct 23, 2017
TESTING: improve overall code quality
unknwon
committed
7006dbe
View commit details
Copy full SHA for 7006dbe
View code at this point
Browse repository at this point
Commits on Oct 14, 2017
key: escape delimiters in string slice values (#116)
Show description for 696b7e6
asciimoo
authored and
unknwon
committed
696b7e6
View commit details
Copy full SHA for 696b7e6
View code at this point
Browse repository at this point
struct: support reflect/map comment tag
Show description for 496647f
unknwon
committed
496647f
View commit details
Copy full SHA for 496647f
View code at this point
Browse repository at this point
file: add load option UnescapeValueDoubleQuotes
Show description for 7a6f455
unknwon
committed
7a6f455
View commit details
Copy full SHA for 7a6f455
View code at this point
Browse repository at this point
Commits on May 18, 2017
ini: do not outout back quotes if IgnoreInlineComment enabled (#99)
unknwon
committed
36da989
View commit details
Copy full SHA for 36da989
View code at this point
Browse repository at this point
Commits on Mar 28, 2017
section: add ChildSections (#95)
Show description for e7fea39
unknwon
committed
e7fea39
View commit details
Copy full SHA for e7fea39
View code at this point
Browse repository at this point
Commits on Mar 15, 2017
parser: add LoadOptions.IgnoreInlineComment (#93)
unknwon
committed
1730955
View commit details
Copy full SHA for 1730955
View code at this point
Browse repository at this point
Commits on Feb 23, 2017
test: add cases values include comment sign
unknwon
committed
c437d20
View commit details
Copy full SHA for c437d20
View code at this point
Browse repository at this point
Commits on Jan 22, 2017
boolean keys do not get sanitised from the \n (#77)
Show description for 2ba7300
gserra-olx
authored and
unknwon
committed
2ba7300
View commit details
Copy full SHA for 2ba7300
View code at this point
Browse repository at this point
Commits on Dec 21, 2016
Support for loading from io.ReadCloser
Show description for 6f66b0e
unknwon
committed
6f66b0e
View commit details
Copy full SHA for 6f66b0e
View code at this point
Browse repository at this point
Added support for unparseable sections. (#72)
Show description for 4b84ed0
gavbaa
authored and
unknwon
committed
4b84ed0
View commit details
Copy full SHA for 4b84ed0
View code at this point
Browse repository at this point
Commits on Aug 17, 2016
#53 support boolean type key
unknwon
committed
a2610b3
View commit details
Copy full SHA for a2610b3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.