diff --git a/.drone.yml b/.drone.yml index b3c4fde..48cbfc5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: pull: always image: golang:1.13 environment: - GOPROXY: https://goproxy.cn + GOPROXY: https://goproxy.cn,direct commands: - go test -race @@ -34,4 +34,4 @@ steps: trigger: branch: - - master \ No newline at end of file + - master diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf