From bb833561aa74f02970aee13cdc75973b29716491 Mon Sep 17 00:00:00 2001 From: leshe4ka46 Date: Mon, 27 Oct 2025 20:36:28 +0300 Subject: # This is a combination of 2 commits. # This is the 1st commit message: unmarshal all formats, merge them in the single table, users are truly unique # This is the commit message #2: i --- cmd/analytics/analytics.go | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cmd/analytics/analytics.go (limited to 'cmd/analytics/analytics.go') diff --git a/cmd/analytics/analytics.go b/cmd/analytics/analytics.go new file mode 100644 index 0000000..e2cbdb9 --- /dev/null +++ b/cmd/analytics/analytics.go @@ -0,0 +1,18 @@ +package main + +import ( + "airlines/pkg/localstore" + "fmt" +) + + +func main() { + loc := localstore.NewLocalStore() + + loc.ImportAllCSVs("/tmp/ds") + + fmt.Println(loc.FindCard("FF", 0, "")); + + + loc.Analytics() +} -- cgit v1.2.3