Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwa1705 authored Dec 13, 2022
1 parent fcf7fbd commit f9317dc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module testBuild

go 1.19
11 changes: 11 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package main

import "log"

func main() {
testPrechecks()
}

func testPrechecks() {
log.Println("Running prechecks")
}

0 comments on commit f9317dc

Please sign in to comment.