Update licenses and imports

- Verify license added to each file
- Order imports by group and separate with line breaks
This commit is contained in:
Rob Mulholand
2018-09-11 16:30:29 -05:00
parent ff110592bd
commit ceeaa0f8d3
55 changed files with 747 additions and 20 deletions
@@ -16,6 +16,7 @@ package frob
import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/vulcanize/vulcanizedb/pkg/transformers/frob"
"github.com/vulcanize/vulcanizedb/pkg/transformers/test_data"
)