mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-17 16:12:42 +08:00
8 lines
93 B
Go
8 lines
93 B
Go
package fs
|
|
|
|
import "testing"
|
|
|
|
func TestOpenFile(t *testing.T) {
|
|
OpenOrNew("logs/aaa.log")
|
|
}
|