dataprep/cmd/main.go

8 lines
112 B
Go
Raw Normal View History

2023-12-24 15:29:12 +08:00
package main
2024-08-15 05:10:02 +08:00
import "github.com/Leufolium/test/importfunc"
2023-12-24 15:29:12 +08:00
func main() {
2024-08-15 05:10:02 +08:00
importfunc.ImportStreamerIntoEs()
2023-12-24 15:29:12 +08:00
}