# goobjfmt **Repository Path**: luhouxiang/goobjfmt ## Basic Information - **Project Name**: goobjfmt - **Description**: No description available - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-29 - **Last Updated**: 2021-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # goobjfmt Marshal struct input text format( protobuf text ) like key : value key has no "" string value should have "" # Example ```golang input := &MyData{ Name: "genji", Type: MyCar_Pig, Uint32: math.MaxUint32, Int64: math.MaxInt64, Uint64: math.MaxUint64, } t.Log(MarshalTextString(input)) ``` # Feedback Star me if you like or use, thanks 知乎: [http://www.zhihu.com/people/sunicdavy](http://www.zhihu.com/people/sunicdavy)