aboutsummaryrefslogtreecommitdiff
path: root/lilin.go
diff options
context:
space:
mode:
Diffstat (limited to 'lilin.go')
-rw-r--r--lilin.go8
1 files changed, 7 insertions, 1 deletions
diff --git a/lilin.go b/lilin.go
index 1fa04c1..1febf86 100644
--- a/lilin.go
+++ b/lilin.go
@@ -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