/go-constkit

A Go package with curated list of constants you can use in your project

Primary LanguageGoISC LicenseISC

Constants Kit

GoDoc Go Report Card

A curated list of constants and some additional functions you can use in your Golang code.

Installation

In your Golang project, please run:

go get github.com/bartmika/go-constkit

Usage

import (
    "fmt"

    "github.com/bartmika/go-constkit"
)

allergies := constkit.ListAllAlergies()
fmt.Println(allergies)

License

Made with ❤️ by Bartlomiej Mika.
The project is licensed under the ISC License.

Resource used: