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

View File

@ -4,7 +4,6 @@ import (
"encoding/base64"
"fmt"
"log"
"os"
"testing"
"github.com/stretchr/testify/assert"
@ -122,6 +121,7 @@ func TestFlutterCompat(t *testing.T) {
}
/*
func TestFlutterDecode(t *testing.T) {
pub, err := os.ReadFile("/home/yves/Documents/code/flutter/meowlib/pub.key")
if err != nil {
@ -179,3 +179,4 @@ func TestFlutterEncode(t *testing.T) {
println(base64.StdEncoding.EncodeToString(pub))
}
*/