1
0
mirror of https://github.com/charlienet/go-mixed.git synced 2025-07-18 00:22:41 +08:00
Files
go-mixed/fs/fs_test.go
2022-06-17 15:25:35 +08:00

8 lines
93 B
Go

package fs
import "testing"
func TestOpenFile(t *testing.T) {
OpenOrNew("logs/aaa.log")
}