This commit is contained in:
Leufolium 2024-08-15 05:10:02 +08:00
parent 37235432bc
commit 47a5557821
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
package main package main
import "github.com/Leufolium/test/importfunc"
func main() { func main() {
ImportStreamerIntoEs() importfunc.ImportStreamerIntoEs()
} }

View File

@ -1,4 +1,4 @@
package main package importfunc
import ( import (
"context" "context"