issues
search
pelletier
/
go-toml
Go library for the TOML file format
https://github.com/pelletier/go-toml
Other
1.74k
stars
211
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Map entries with nil values are not marshaled
#975
burgerdev
opened
1 day ago
0
How can I use []string and []someStruct at the same field?
#974
assisken
opened
3 days ago
0
build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
#973
dependabot[bot]
opened
5 days ago
0
Fix typos in comments and tests
#972
alexandear
closed
2 weeks ago
1
Allow tranforming LocalTime to time.Duration
#969
Benbebop
closed
1 month ago
1
Setting a root point for Unmarshal
#968
xgvargas
closed
1 month ago
1
support time.Duration
#967
finchcn
opened
2 months ago
2
go-toml update 2.2.3 linux deployment error
#965
fengshunli
opened
2 months ago
5
Fix goreleaser deprecated attribute name
#964
pelletier
closed
3 months ago
0
Bump testing to go 1.23
#961
pelletier
closed
3 months ago
0
Why does that return empty bytes?
#960
gabyx
opened
3 months ago
1
Update goreleaser action to `v6` and set goreleaser binary to `v2`
#959
daniel-weisse
closed
3 months ago
1
Allow `int`, `uint`, and `float` as map keys
#958
daniel-weisse
closed
3 months ago
1
Add Encoder option to disable printing of super-table header
#957
katexochen
opened
4 months ago
1
Fix reflect.Pointer backward compatibility
#956
xxxVitoxxx
closed
3 months ago
1
omitempty ignores types implementing TextMarshaler
#955
iSchluff
opened
5 months ago
1
build(deps): bump goreleaser/goreleaser-action from 3 to 6
#954
dependabot[bot]
closed
3 months ago
2
Remove unstable.Parser allocation when creating Decoder
#953
mvdan
closed
6 months ago
0
Add more context to type errors
#952
ayuhito
opened
6 months ago
1
Fix readme typo
#951
testwill
closed
3 months ago
1
Remove unsafe
#950
mvdan
opened
6 months ago
2
go.mod: bump minimum language version to 1.21
#949
mvdan
closed
6 months ago
3
Fix race condition when tracking keys that have already been seen
#947
sysulq
closed
7 months ago
1
Data race occurred in tracer/seen.go#L334
#946
sysulq
closed
7 months ago
3
Encode: fix indentation when marshalling slices as array tables
#944
daniel-weisse
closed
7 months ago
2
Incorrect indentation for arrays of custom types
#943
daniel-weisse
closed
7 months ago
1
Update release instructions
#941
pelletier
closed
8 months ago
0
Decode: unstable/Unmarshal interface
#940
rszyma
closed
8 months ago
2
fix(marchaler): escape runes outside the multilingual plane
#937
JanDeDobbeleer
closed
8 months ago
6
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
#936
dependabot[bot]
closed
8 months ago
2
Go 1.22 support
#935
pelletier
closed
9 months ago
0
Decode: fix reuse of slice for array tables
#934
pelletier
closed
9 months ago
0
toml: cannot decode TOML array table into struct field
#933
xulimeng3306
closed
8 months ago
3
Keys are being deleted during Marshal()
#932
TLINDEN
closed
9 months ago
2
Slices of structs are not properly reset when unmarshalling
#931
kkoreilly
closed
9 months ago
3
Run tests on macOS/M1
#929
pelletier
closed
10 months ago
0
Fix indentation of README examples
#928
rdbo
closed
10 months ago
1
Fix marshaler typos
#927
pelletier
closed
10 months ago
0
Fix typo in README
#925
jwilk
closed
10 months ago
1
Encode: support pointers to embedded structs
#924
dangra
closed
10 months ago
2
Encode: support `json.Number` type
#923
dangra
closed
10 months ago
2
feat(unmarshaler): add support for fields to unmarshal themselves
#921
pkarakal
closed
8 months ago
6
build(deps): bump actions/upload-artifact from 3 to 4
#920
dependabot[bot]
closed
8 months ago
1
build(deps): bump github/codeql-action from 2 to 3
#919
dependabot[bot]
closed
8 months ago
1
Fix unmarshaling of nested non-exported struct
#917
pelletier
closed
11 months ago
0
build(deps): bump actions/setup-go from 4 to 5
#916
dependabot[bot]
closed
8 months ago
1
Stack overflow occurs when a struct embeds a non-exported struct
#915
marselester
closed
11 months ago
4
key is already defined error when key with same key name is used inside a different table
#914
akhilerm
closed
1 year ago
2
OSS-Fuzz issue 63789
#913
oss-fuzz-robot
opened
1 year ago
4
go get -u breaks with "go: all: module github.com/pelletier/go-toml/v2@upgrade found (v2.1.0), but does not contain package github.com/pelletier/go-toml/v2/internal/ast"
#912
ashtonian
closed
1 year ago
3
Next