feat: Set up basic project folder structure
This commit is contained in:
parent
8fcf391ca9
commit
a90df21030
3 changed files with 15 additions and 1 deletions
7
api/main.go
Normal file
7
api/main.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Init API")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue