Skip to content

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

License

Notifications You must be signed in to change notification settings

bartmika/go-constkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages