{"id":50488,"library":"jinzhu-copier","title":"Copier","description":"Go library for copying values between structs.","status":"active","version":"0.4.0","language":"go","source_language":null,"source_url":"https://github.com/jinzhu/copier","tags":["copy","struct","utility","jinzhu"],"install":[{"cmd":"go get github.com/jinzhu/copier","lang":"bash","label":"Install github.com/jinzhu/copier"}],"dependencies":[],"imports":[{"symbol":"copier","correct":"github.com/jinzhu/copier"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/jinzhu/copier\"\n)\n\ntype User struct {\n\tName string\n}\n\ntype Employee struct {\n\tName string\n}\n\nfunc main() {\n\tuser := User{Name: \"Alice\"}\n\temployee := Employee{}\n\tcopier.Copy(&employee, &user)\n\tfmt.Println(employee.Name)\n}","lang":"go","description":"Copies fields from User to Employee."},"warnings":[],"env_vars":null,"search_vec":"'copi':5,9 'copier':1 'go':2 'jinzhu':12 'librari':3 'struct':8,10 'util':11 'valu':6","created_at":"2026-06-15T04:55:11.115501+00:00","updated_at":"2026-06-15T04:55:11.115501+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/jinzhu/copier","github":"https://github.com/jinzhu/copier","docs":"https://pkg.go.dev/github.com/jinzhu/copier#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["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}}