Merge branch 'structop'

This commit is contained in:
shimunn
2019-01-25 23:12:21 +01:00
9 changed files with 279 additions and 56 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