mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-17 05:17:53 +08:00
6 lines
60 B
Go
6 lines
60 B
Go
package eval
|
|
|
|
func init() {
|
|
addToEvalTests([]evalTest{})
|
|
}
|