1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

Merge branch 'master' of github.com:TimothyYe/godns

This commit is contained in:
Timothy 2019-09-04 10:33:34 +08:00
commit 9af20940a8

View File

@ -17,4 +17,4 @@ jobs:
uses: actions/checkout@v1 uses: actions/checkout@v1
- name: Build - name: Build
run: go build -v . run: cd cmd/godns && go build -v .