Skip to content
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
v1.62.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
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
Commits on Jul 2, 2016
#44 add load option to ignore continuation lines
unknwon
committed
d84ec27
View commit details
Copy full SHA for d84ec27
View code at this point
Browse repository at this point
Commits on Jun 29, 2016
#36 support case insensitive load
Show description for 2cd302a
unknwon
committed
2cd302a
View commit details
Copy full SHA for 2cd302a
View code at this point
Browse repository at this point
Commits on Jun 27, 2016
#55 add test case
unknwon
committed
81d9577
View commit details
Copy full SHA for 81d9577
View code at this point
Browse repository at this point
Fix panic from incorrect alignment length calculation (#55)
Show description for 128f6e4
ryaka
authored and
unknwon
committed
128f6e4
View commit details
Copy full SHA for 128f6e4
View code at this point
Browse repository at this point
Commits on Feb 22, 2016
#33 create default section for nonexistent files in loose mode
unknwon
committed
776aa73
View commit details
Copy full SHA for 776aa73
View code at this point
Browse repository at this point
Minor fix for #34
Show description for 7e829a0
unknwon
committed
7e829a0
View commit details
Copy full SHA for 7e829a0
View code at this point
Browse repository at this point
Add LooseLoad's test case
alessio
committed
e698a3b
View commit details
Copy full SHA for e698a3b
View code at this point
Browse repository at this point
Commits on Feb 20, 2016
Reorganize files and change behavior of pretty format
unknwon
committed
f461e76
View commit details
Copy full SHA for f461e76
View code at this point
Browse repository at this point
Commits on Feb 7, 2016
Add list methods that return error on first invalid value.
lyobzik
committed
3799344
View commit details
Copy full SHA for 3799344
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.