Skip to content

Commit fdbdd4d

Browse files
creating apis
1 parent e3c45da commit fdbdd4d

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

cmd/ecomm-api/main.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package main
2+
3+
func main() {
4+
db.NewDatabase()
5+
}
6+

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/bloodgroup-cplusplus/ecomm
2+
3+
go 1.23.3

main.go

Whitespace-only changes.

0 commit comments

Comments
 (0)