refact(exporter): hello world codebase

This commit is contained in:
Arthur Chaloin
2020-10-12 13:53:22 +02:00
parent 90f1eb6a31
commit 7a37bfd985
2 changed files with 10 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, world")
}
+3
View File
@@ -0,0 +1,3 @@
module enix.io/x509-exporter
go 1.15