{"id":50562,"library":"go-test-deep","title":"go-test-deep","description":"Provides deep.Equal function that compares values like reflect.DeepEqual but returns a list of differences.","status":"active","version":"1.1.1","language":"go","source_language":null,"source_url":"https://github.com/go-test/deep","tags":["testing","comparison","deep-equal","utility"],"install":[{"cmd":"go get github.com/go-test/deep","lang":"bash","label":"Install github.com/go-test/deep"}],"dependencies":[],"imports":[{"symbol":"deep","correct":"github.com/go-test/deep"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/go-test/deep\"\n)\n\nfunc main() {\n\ta := []int{1, 2, 3}\n\tb := []int{1, 2, 4}\n\tdiffs := deep.Equal(a, b)\n\tfmt.Println(diffs)\n}","lang":"go","description":"Compares two slices and prints differences."},"warnings":[],"env_vars":null,"search_vec":"'compar':9 'comparison':20 'deep':4,22 'deep-equ':21 'deep.equal':6 'differ':18 'equal':23 'function':7 'go':2 'go-test-deep':1 'like':11 'list':16 'provid':5 'reflect.deepequal':12 'return':14 'test':3,19 'util':24 'valu':10","created_at":"2026-06-15T04:59:00.196086+00:00","updated_at":"2026-06-15T04:59:00.196086+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-test/deep","github":"https://github.com/go-test/deep","docs":"https://pkg.go.dev/github.com/go-test/deep#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}