Initial boilerplate: go dep, good logger, makefile (#2)

This commit is contained in:
Maxim Baz
2018-04-09 22:22:52 +02:00
committed by GitHub
parent c5aa13ab68
commit 7ee8736040
7 changed files with 137 additions and 0 deletions

5
process.go Normal file
View File

@@ -0,0 +1,5 @@
package main
func process() {
// read stdin, process request, print to stdout...
}