added structopt
Some checks are pending
continuous-integration/drone/push Build encountered an error

This commit is contained in:
shimunn
2019-01-19 19:34:27 +01:00
parent 5835ca7ad6
commit 8300e94414
6 changed files with 213 additions and 48 deletions

View File

@@ -16,7 +16,7 @@ FROM frolvlad/alpine-glibc AS test
COPY --from=eventbuild /build/target/x86_64-unknown-linux-musl/debug/wg-event-gen /usr/bin/
RUN echo "2df798799c5049324174c4df0189695d -" > test.md5 && wg-event-gen | md5sum -c test.md5
RUN echo "d41d8cd98f00b204e9800998ecf8427e -" > test.md5 && wg-event-gen | md5sum -c test.md5
FROM golang AS build