kiranbond / customtypes

Some custom data types for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

customtypes

This package provides some custom data types for golang.

RawMessage is a []byte that has additional methods defined on it which helps it to be used as a partially unmarshaled data within JSON structs. An example usage of it is in github.com/zerostackinc/invoke

About

Some custom data types for golang

License:Apache License 2.0


Languages

Language:Go 100.0%