github.com/golang-infrastructure/go-reflect-utils@v0.0.0-20221130143747-965ef2eb09c3/README.md (about)

     1  # Go Reflect Util
     2  
     3  提供了Go中常见的一些反射操作,提供一些helpers方法。
     4  
     5  ```bash
     6  go get -u github.com/golang-infrastructure/go-reflect-utils
     7  ```
     8