瀏覽代碼

update contributors

Signed-off-by: Pablo Mazzini <pmazzini@gmail.com>
Pablo Mazzini 5 年之前
父節點
當前提交
1d46fd693e
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      .travis.yml
  2. 1 0
      README.md

+ 1 - 1
.travis.yml

@@ -37,5 +37,5 @@ jobs:
       before_install: go get -u github.com/u-root/u-root/tools/checklicenses
       script: checklicenses -c .travis/checklicenses_config.json
     - name: golangci-lint
-      before_install: go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
+      before_install: GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint
       script: golangci-lint run

+ 1 - 0
README.md

@@ -109,4 +109,5 @@ of a simple plugin that prints a packet every time it is received by the server.
 # Authors
 
 * [Andrea Barberio](https://github.com/insomniacslk)
+* [Anatole Denis](https://github.com/natolumin)
 * [Pablo Mazzini](https://github.com/pmazzini)