hide peers, add drone ci, doc update

This commit is contained in:
ycc
2023-01-11 21:42:14 +01:00
parent c4bb8c5693
commit ce758c5bb1
7 changed files with 908 additions and 13 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
type: docker
kind: pipeline
name: unit
steps:
- name: test
image: golang
commands:
- go test
- go build