Skip to content

Commit

Permalink
odc: add empty module for linter
Browse files Browse the repository at this point in the history
Add a go module with an empty main.go so we can configure the linter
until we merge the real stuff.
  • Loading branch information
achilleas-k committed Nov 24, 2023
1 parent 31cd4f3 commit ce64fce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions odc/cmd/osbuild-deploy-container/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package main

func main() {
// nothing to see here
}
3 changes: 3 additions & 0 deletions odc/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/osbuild/osbuild-deploy-container/odc

go 1.19

0 comments on commit ce64fce

Please sign in to comment.