Since Go 1.16, go build command fails if go.mod or go.sum is incomplete.
Changes: * Make codec build command now is prefixed with "build" * A new "test" command to make * Add a Makefile for examples