Skip to content

Commit

Permalink
ci: add example main.go
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Sep 24, 2023
1 parent 6ce6412 commit cca99a9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2022-2023 Dell Inc, or its subsidiaries.

// Package main is just an example
package main

import "fmt"

func main() {
fmt.Println("vim-go")
}
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/opiproject/actions

go 1.18

0 comments on commit cca99a9

Please sign in to comment.