Initial commit

This commit is contained in:
Ian Gulliver
2024-06-22 09:05:06 -07:00
commit 4ec3556969
3 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.csv

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/flamingcow66/helios-data-pipeline
go 1.22.4

4
process.go Normal file
View File

@@ -0,0 +1,4 @@
package main
func main() {
}