Skip to content

Commit

Permalink
feat: add hi go app
Browse files Browse the repository at this point in the history
  • Loading branch information
artek-koltun committed Jan 18, 2024
1 parent 67b82d5 commit d7fe88b
Showing 1 changed file with 11 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 @@
package main

import (
"log"

_ "github.com/vektra/mockery/v2/cmd"
)

func main() {
log.Println("Hi!")
}

0 comments on commit d7fe88b

Please sign in to comment.