commands: Fix embed in livereload.go

This commit is contained in:
杨晴
2022-08-01 17:42:26 +08:00
committed by GitHub
parent 5c48ba9343
commit 3fefea06b8

View File

@@ -43,6 +43,8 @@ import (
"net/url" "net/url"
"path/filepath" "path/filepath"
_ "embed"
"github.com/gorilla/websocket" "github.com/gorilla/websocket"
) )