Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
kylelemons
/
godebug
/
HEAD
e693023
Update CI to use currently-supported Go versions
by Kyle Lemons
· 4 years, 8 months ago
master
7a00353
Set the CI build targets for tri-arch
by Kyle Lemons
· 4 years, 8 months ago
64c05a1
Update .travis.yml
by santosh653
· 4 years, 8 months ago
fa7b53c
pretty: Detect bad nil-calls of Stringer etc
by Kyle Lemons
· 6 years ago
bde9f3c
travis: Remove support for versions of go before strings.Builder
by Kyle Lemons
· 6 years ago
fbf057c
diff: Add Render API for rendering the output of DiffChunks
by Kyle Lemons
· 6 years ago
b2dd1a8
travis: add new go versions
by Kyle Lemons
· 6 years ago
a435ca6
Merge branch 'selfref'
by Kyle Lemons
· 6 years ago
e866184
doc: remove completed TODO
by Kyle Lemons
· 6 years ago
selfref
9ff306d
README: link to the newish `cmp` package
by Kyle Lemons
· 6 years ago
v1.1.0
7c2843e
pretty: Note that Compare doesn't compare types.
by Kyle Lemons
· 6 years ago
8db7c34
Merge branch 'selfref'
by Kyle Lemons
· 6 years ago
ce74423
Merge branch 'master' into selfref
by Kyle Lemons
· 6 years ago
009bb93
Create go.mod
by Kyle Lemons
· 6 years ago
v1.0.0
7a67e28
Emit tags in ascending order during output
by Kyle Lemons
· 8 years ago
2c79fab
Doc comment fixes and some misc cleanups
by Kyle Lemons
· 8 years ago
8090bbf
Switch from ref#1 to <#1> style representation; I think I like this better.
by Kyle Lemons
· 8 years ago
f987c18
Fix doc comment for TrackCycles to remove a reference to an outdated field.
by Kyle Lemons
· 8 years ago
ecf6d57
Add benchmarks for map code path of cycle tracking
by Kyle Lemons
· 8 years ago
60ca602
Ensure stable map ordering for cycle ID allocation
by Kyle Lemons
· 8 years ago
4eadb21
Switch to target/reference output for detected cycles
by Kyle Lemons
· 8 years ago
ba6def3
Add benchmarks for reflect with tracking enabled
by Kyle Lemons
· 8 years ago
5301bd2
Merge branch 'master' into selfref
by Kyle Lemons
· 8 years ago
d65d576
Add benchmark for val2node
by Kyle Lemons
· 8 years ago
ba77abe
Merge branch 'master' into selfref
by Kyle Lemons
· 8 years ago
bea4083
Remove 1.9 (doesn't exist yet, oops)
by Kyle Lemons
· 8 years ago
a85deda
Add support for self-referential structures.
by Kyle Lemons
· 8 years ago
6230425
Add testing for go1.8 and go1.9
by Kyle Lemons
· 8 years ago
a616ab1
Merge pull request #14 from kbloom/master
by Kyle Lemons
· 8 years ago
4106ce7
Remove some indefinite articles from the comment on pretty.Compare
by Ken Bloom
· 8 years ago
95b3824
Change the argument names of pretty.Compare to a and b
by Ken Bloom
· 8 years ago
d99083b
Fix case for examples
by Kyle Lemons
· 9 years ago
d31080d
Swich Travis to using 1.7, since we use subtests
by Kyle Lemons
· 9 years ago
7f5dacf
Refactor diff algo, fix a few corner cases.
by Kyle Lemons
· 9 years ago
397d9a0
Add a Formatter option to pretty.Config.
by Kyle Lemons
· 9 years ago
eadb3ce
Restructure keyval WriteTo code to match lists
by Kyle Lemons
· 9 years ago
68d2bbe
Improve diffable output for lists
by Kyle Lemons
· 9 years ago
fffda66
Reverse the TextMarshaler default
by Kyle Lemons
· 9 years ago
6105c20
Test cleanups and coverage for nil values
by Kyle Lemons
· 9 years ago
4da1e5a
Correctly handle bare nil values
by Kyle Lemons
· 9 years ago
328c2a2
Fix link for Diff docs
by Kyle Lemons
· 9 years ago
dba8eb1
Add a testing example for Compare
by Kyle Lemons
· 9 years ago
e37ec97
Add README
by Kyle Lemons
· 9 years ago
5eac7ff
Merge pull request #5 from mgood/diff-omit-padding
by Kyle Lemons
· 9 years ago
42929bb
Fix list in Travis-CI config
by Kyle Lemons
· 9 years ago
474d667
Add Travis-CI config
by Kyle Lemons
· 9 years ago
821e8e8
goimports
by Kyle Lemons
· 9 years ago
135288e
Add support for TextMarshalers
by Kyle Lemons
· 9 years ago
165b433
Remove padding from Diffable output
by Matt Good
· 9 years ago
21cb378
Fix doc typo
by Kyle Lemons
· 10 years ago
6f3948b
Don't modify the config when Diff is called
by Kyle Lemons
· 10 years ago
9d56955
Update doc comments
by Kyle Lemons
· 10 years ago
73b4550
Merge pull request #4 from rmartinjak/skipzerovals
by Kyle Lemons
· 10 years ago
c13a706
Add Config.Compare() and default CompareConfig
by Robin Martinjak
· 10 years ago
509abe0
Add pretty.CompareWithoutZeroFields
by Robin Martinjak
· 10 years ago
808ac28
LICENSE conformance
by Kyle Lemons
· 12 years ago
0f00afa
Label ShortList as an 'Output transform'
by Kyle Lemons
· 12 years ago
bed4810
Allow printing of fmt.Stringer (e.g. time.Time) via config.PrintStringers
by Kyle Lemons
· 12 years ago
ba26031
Compare unexported fields
by Kyle Lemons
· 13 years ago
21e37b6
Don't air our dirty laundry (moved TODO out of godoc)
by Kyle Lemons
· 13 years ago
e08959c
Omit unexported fields by default (and during Compare)
by Kyle Lemons
· 13 years ago
756d21c
Fix attachment of Print example
by Kyle Lemons
· 13 years ago
d453470
Reorganize to standard {P,Sp,Fp}rint nomenclature
by Kyle Lemons
· 13 years ago
3fa838e
Work around godoc space trimming
by Kyle Lemons
· 13 years ago
8996bc7
Add Diff example
by Kyle Lemons
· 13 years ago
b3453e1
Add LICENSE
by Kyle Lemons
· 13 years ago
458a93d
Remove extraneous newline
by Kyle Lemons
· 13 years ago
9ed35c9
Rename Options -> Config
by Kyle Lemons
· 13 years ago
4d8b1de
update TODO
by Kyle Lemons
· 13 years ago
e41382c
Add Compare example
by Kyle Lemons
· 13 years ago
0ce6b6c
Use godebug/diff for Compare
by Kyle Lemons
· 13 years ago
cdcab07
Add diff package
by Kyle Lemons
· 13 years ago
a7fab8f
Compare doc
by Kyle Lemons
· 13 years ago
23c933a
add Compare
by Kyle Lemons
· 13 years ago
4b973cd
Call bytes.Buffer methods directly
by Kyle Lemons
· 13 years ago
36584ca
Replace fmt.Fprintf with io.WriteString
by Kyle Lemons
· 13 years ago
f3e086b
Add ShortList option
by Kyle Lemons
· 13 years ago
fdaa573
doc comments
by Kyle Lemons
· 13 years ago
91da141
add reflect
by Kyle Lemons
· 13 years ago
7591a33
created structure
by Kyle Lemons
· 13 years ago