1
0
Fork 0
mirror of https://github.com/matrix-org/gomatrix synced 2025-06-02 04:43:27 +00:00

Switch to own repository

This commit is contained in:
Donomii 2017-07-08 16:02:16 +00:00
parent c4175bbcba
commit 9d22d0bb41

View file

@ -5,7 +5,7 @@ import (
"os" "os"
"time" "time"
"log" "log"
"github.com/matrix-org/gomatrix" "github.com/donomii/gomatrix"
"fmt" "fmt"
) )