1
Boiling
Boiling prints the boiling point of water.
2
Cf
Cf converts its numeric argument to Celsius and Fahrenheit.
3
Echo4
Echo4 prints its command-line arguments.
4
Ftoc
Ftoc prints two Fahrenheit-to-Celsius conversions.
5
Popcount
(Package doc comment intentionally malformed to demonstrate golint.)
6
Tempconv
Example from The Go Programming Language
7
Tempconv0
Package tempconv performs Celsius and Fahrenheit temperature computations.