Skip to content

Commit

Permalink
Init base directory structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth-kulshrestha committed Jan 29, 2024
1 parent 502c1ea commit 1317eba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gen/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module gen

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

import (
"fmt"
)

func main() {
fmt.Println("This is generator code!")
}


0 comments on commit 1317eba

Please sign in to comment.