diff options
Diffstat (limited to 'lilin.go')
| -rw-r--r-- | lilin.go | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -3,7 +3,13 @@ package lilin -import "time" +import ( + "embed" + "time" +) // defTimeout define default timeout for service and client connection. const defTimeout = 5 * time.Second + +//go:embed _www +var wwwFS embed.FS |
