Dominique Merle 3 years ago
parent aac3af53ca
commit ecb69f84ab

@ -23,6 +23,8 @@ Supports billions of judgments and thousands of proposals per poll, if need be.
## Installation
> NOT AVAILABLE YET
go get -u github.com/mieuxvoter/judgment
@ -90,6 +92,8 @@ func main() {
## Contribute
A review by a seasoned `Go` veteran would be appreciated.
This project needs a review by `Go` devs.
Feel free to suggest changes, report issues, make improvements, etc.
Some more information is available in [`docs/`](./docs).

@ -82,6 +82,7 @@ func (proposalTally *ProposalTally) FillWithStaticDefault(upToAmount uint64, def
return nil
}
// Mutates the proposalTally
func (proposalTally *ProposalTally) FillWithMedianDefault(upToAmount uint64) (err error) {
analysis := proposalTally.Analyze()

Loading…
Cancel
Save