A curated list of constants and some additional functions you can use in your Golang code.
In your Golang project, please run:
go get github.com/bartmika/go-constkit
import (
"fmt"
"github.com/bartmika/go-constkit"
)
allergies := constkit.ListAllAlergies()
fmt.Println(allergies)
Made with ❤️ by Bartlomiej Mika.
The project is licensed under the ISC License.
Resource used:
- adamawolf/Apple_mobile_device_types.txt is used for the data source that powers this library.
- List of Allergies was used for listing common allergies.
- List of Diseases was used for listing common diseases.