This commit is contained in:
parent
37235432bc
commit
47a5557821
|
@ -1,5 +1,7 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
import "github.com/Leufolium/test/importfunc"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
ImportStreamerIntoEs()
|
importfunc.ImportStreamerIntoEs()
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package main
|
package importfunc
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
Loading…
Reference in New Issue