diff options
Diffstat (limited to 'memfs.go')
| -rw-r--r-- | memfs.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/memfs.go b/memfs.go new file mode 100644 index 0000000..a506835 --- /dev/null +++ b/memfs.go @@ -0,0 +1,9 @@ +// Copyright 2021, Shulhan <ms@kilabit.info>. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package kamusd + +import "github.com/shuLhan/share/lib/memfs" + +var memfsWWW *memfs.MemFS |
