deprecations
This commit is contained in:
@ -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 //
|
||||
|
Reference in New Issue
Block a user