From 47a5557821a2a8b3bfc60252e86f612e1d522605 Mon Sep 17 00:00:00 2001 From: Leufolium Date: Thu, 15 Aug 2024 05:10:02 +0800 Subject: [PATCH] 1 --- cmd/main.go | 4 +++- {cmd => importfunc}/streamer_into_es.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) rename {cmd => importfunc}/streamer_into_es.go (99%) diff --git a/cmd/main.go b/cmd/main.go index 334bcb7..23cdedc 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -1,5 +1,7 @@ package main +import "github.com/Leufolium/test/importfunc" + func main() { - ImportStreamerIntoEs() + importfunc.ImportStreamerIntoEs() } diff --git a/cmd/streamer_into_es.go b/importfunc/streamer_into_es.go similarity index 99% rename from cmd/streamer_into_es.go rename to importfunc/streamer_into_es.go index 435d4de..40ee843 100644 --- a/cmd/streamer_into_es.go +++ b/importfunc/streamer_into_es.go @@ -1,4 +1,4 @@ -package main +package importfunc import ( "context"