jimeh/go-goldsert

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.github/workflows/ci.yml
.gitignore
.golangci.yml
LICENSE
Makefile
README.md
assert.go179
A
0 mins
A
92%
go.mod
go.sum
goldsert.go29
A
0 mins
A
100%
testdata/TestAssert_JSONMarshaling/custom_marshaling/goldsert_json.golden
testdata/TestAssert_JSONMarshaling/empty_struct/goldsert_json.golden
testdata/TestAssert_JSONMarshaling/false_bool_pointer/goldsert_json.golden
testdata/TestAssert_JSONMarshaling/full_struct/goldsert_json.golden
testdata/TestAssert_JSONMarshaling/int_pointer/goldsert_json.golden
testdata/TestAssert_JSONMarshaling/partial_struct/goldsert_json.golden
testdata/TestAssert_JSONMarshaling/string_pointer/goldsert_json.golden
testdata/TestAssert_JSONMarshaling/true_bool_pointer/goldsert_json.golden
testdata/TestAssert_JSONMarshalingP/custom_marshaling/goldsert_json.golden
testdata/TestAssert_JSONMarshalingP/empty_struct/goldsert_json.golden
testdata/TestAssert_JSONMarshalingP/false_bool_pointer/goldsert_json.golden
testdata/TestAssert_JSONMarshalingP/full_struct/goldsert_json.golden
testdata/TestAssert_JSONMarshalingP/int_pointer/goldsert_json.golden
testdata/TestAssert_JSONMarshalingP/partial_struct/goldsert_json.golden
testdata/TestAssert_JSONMarshalingP/string_pointer/goldsert_json.golden
testdata/TestAssert_JSONMarshalingP/true_bool_pointer/goldsert_json.golden
testdata/TestAssert_XMLMarshaling/custom_marshaling/goldsert_xml.golden
testdata/TestAssert_XMLMarshaling/empty_struct/goldsert_xml.golden
testdata/TestAssert_XMLMarshaling/false_bool_pointer/goldsert_xml.golden
testdata/TestAssert_XMLMarshaling/full_struct/goldsert_xml.golden
testdata/TestAssert_XMLMarshaling/int_pointer/goldsert_xml.golden
testdata/TestAssert_XMLMarshaling/partial_struct/goldsert_xml.golden
testdata/TestAssert_XMLMarshaling/string_pointer/goldsert_xml.golden
testdata/TestAssert_XMLMarshaling/true_bool_pointer/goldsert_xml.golden
testdata/TestAssert_XMLMarshalingP/custom_marshaling/goldsert_xml.golden
testdata/TestAssert_XMLMarshalingP/empty_struct/goldsert_xml.golden
testdata/TestAssert_XMLMarshalingP/false_bool_pointer/goldsert_xml.golden
testdata/TestAssert_XMLMarshalingP/full_struct/goldsert_xml.golden
testdata/TestAssert_XMLMarshalingP/int_pointer/goldsert_xml.golden
testdata/TestAssert_XMLMarshalingP/partial_struct/goldsert_xml.golden
testdata/TestAssert_XMLMarshalingP/string_pointer/goldsert_xml.golden
testdata/TestAssert_XMLMarshalingP/true_bool_pointer/goldsert_xml.golden
testdata/TestAssert_YAMLMarshaling/custom_marshaling/goldsert_yaml.golden
testdata/TestAssert_YAMLMarshaling/empty_struct/goldsert_yaml.golden
testdata/TestAssert_YAMLMarshaling/false_bool_pointer/goldsert_yaml.golden
testdata/TestAssert_YAMLMarshaling/full_struct/goldsert_yaml.golden
testdata/TestAssert_YAMLMarshaling/int_pointer/goldsert_yaml.golden
testdata/TestAssert_YAMLMarshaling/partial_struct/goldsert_yaml.golden
testdata/TestAssert_YAMLMarshaling/string_pointer/goldsert_yaml.golden