chore: rename go module to rttys

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
Jianhui Zhao
2021-09-08 10:33:47 +00:00
parent a0c4f76dcb
commit c857cc305b
8 changed files with 23 additions and 17 deletions

View File

@@ -9,9 +9,10 @@ import (
"sync"
"time"
"rttys/client"
"rttys/utils"
"github.com/gin-gonic/gin"
"github.com/zhaojh329/rttys/client"
"github.com/zhaojh329/rttys/utils"
jsoniter "github.com/json-iterator/go"
)