Yet another Codenames website
1// +build tools 2 3package tools 4 5import ( 6 _ "github.com/mailru/easyjson/easyjson" 7 _ "github.com/mjibson/esc" 8)