mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 18:07:51 +08:00
8 lines
78 B
Go
8 lines
78 B
Go
package logutil
|
|
|
|
import "testing"
|
|
|
|
func TestLogger(t *testing.T) {
|
|
// TODO
|
|
}
|