deprecations

This commit is contained in:
ycc
2022-12-19 12:15:10 +01:00
parent bf901a7aa3
commit c6ec65f3fa
4 changed files with 10 additions and 10 deletions

View File

@ -3,7 +3,7 @@ package meowlib_test
import (
"encoding/json"
"fmt"
"io/ioutil"
"os"
"testing"
"forge.redroom.link/yves/meowlib"
@ -74,7 +74,7 @@ func TestEndToEnd(t *testing.T) {
}
a, _ = json.Marshal(Me)
ioutil.WriteFile("id.json", a, 0644)
os.WriteFile("id.json", a, 0644)
fmt.Println(string(a))
/////////////////////////////////////
// Create a message to that friend //