Sum a list of numbers from stdin.
It isn't even a library, just a simple little command line utility jammed into a main.
go get github.com/scottjbarr/sumf
echo -11 -1 1 2 3 4.1 5.23 | sumf
3.33
The MIT License (MIT)
Copyright (c) 2018 Scott Barr
See LICENSE.md