a geicko-2 based round robin ranking system designed to test c++ battleship submissions battleship.dunkirk.sh
1// Package logfmt implements utilities to marshal and unmarshal data in the 2// logfmt format. The logfmt format records key/value pairs in a way that 3// balances readability for humans and simplicity of computer parsing. It is 4// most commonly used as a more human friendly alternative to JSON for 5// structured logging. 6package logfmt