Scalar is an object that provides a single value.
To add this library to you project (Go module) run the following command:
$ go get -u github.com/goctus/scalar
Copyright (c) 2023-present goctus
Licensed under MIT License
Fork this repository, make changes, send us a pull request. We will review your
changes and apply them to the main
branch shortly, provided they don't violate
our quality standards. To avoid frustration, before sending us your pull request
please run the tests:
$ go test -v ./...
You will need Go 1.20+.