Skip to content

Commit 4a188bc

Browse files
authored
Add entry point comment in main.go
Added a comment indicating the entry point of the program.
1 parent 7b40c61 commit 4a188bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/gin-gonic/gin"
1515
"github.com/joho/godotenv"
1616
)
17-
17+
//entry to program
1818
func main() {
1919
db.Init()
2020
defer db.Close()

0 commit comments

Comments
 (0)