Skip to content

goctus/scalar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalar EO principles respected here

Scalar is an object that provides a single value.

Build License

Installation

To add this library to you project (Go module) run the following command:

$ go get -u github.com/goctus/scalar

License

Copyright (c) 2023-present goctus

Licensed under MIT License

How to Contribute

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+.