Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
dips-cbr committed Jul 22, 2024
1 parent dbc9e37 commit e30a8bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package main

import (
"time"
)

func main() {
println(time.Now().UTC().Format(time.RFC3339))
}
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/DIPSAS/operator-helm-gen

go 1.21.3

0 comments on commit e30a8bd

Please sign in to comment.