all logs now have an op field

This commit is contained in:
Julien Neuhart
2019-07-07 19:54:44 +02:00
parent c8f7ea934c
commit 5f6ab2fc08
16 changed files with 240 additions and 85 deletions

View File

@@ -35,7 +35,7 @@ ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
# | Last instructions of this build.
# |
# Define our workding outside of $GOPATH (we're using go modules).
# Define our working directory outside of $GOPATH (we're using go modules).
WORKDIR /tests
# Copy our module dependencies definitions.