# koinos-types-golang **Repository Path**: jenarlion/koinos-types-golang ## Basic Information - **Project Name**: koinos-types-golang - **Description**: A Golang module that allows for the use of Koinos data structures. This module is automatically updated by the Koinos Types repository. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-03-29 - **Last Updated**: 2021-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Koinos Types Golang This repository is automatically generated by [Koinos Types](https://github.com/koinos/koinos-types). Bug and feature requests should be submitted to [Koinos Types Issues](https://github.com/koinos/koinos-types/issues). Pull requests should be submitted to [Koinos Types Pull Requests](https://github.com/koinos/koinos-types/pulls). ## Usage To utilize Koinos Types in a Golang project use the following import statement: ``` import ( types "github.com/koinos/koinos-types-golang" ) ``` Then pull down the dependency with `go get -d ./...`