Skip to content

ipitsyn/gotypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usable type definitions for Go language

Introduction

Some of Go's built-in types are lacking required functionality. For example, time.Duration value cannot be easily marshaled / unmarshaled to / from JSON ot YAML document.
This package provides few convenient type helpers to address the issue.

Installation and usage

The import path for the package is github.com/ipitsyn/gotypes.

To install it, run:

go get github.com/ipitsyn/gotypes

About

Usable type definitions and helpers for Go

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages