An open API service indexing awesome lists of open source software.

https://github.com/goplus/xtypes

Golang types convert utils
https://github.com/goplus/xtypes

golang reflect types

Last synced: 3 months ago
JSON representation

Golang types convert utils

Awesome Lists containing this project

README

        

# xtypes

Package xtypes provides `go/types` extended utilities.
Converting `types.Type` into `reflect.Type`.

```
ctx := xtypes.NewContext(nil)
t, err := xtypes.ToType(typ,ctx)
```