We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc170e3 commit cd10a7aCopy full SHA for cd10a7a
README.md
@@ -18,7 +18,7 @@ Make sure you have the following installed:
18
## Getting Started
19
20
1. Clone the repository:
21
-
+****
22
```bash
23
git clone https://github.com/whoiaditya/golang-task-management-system.git
24
cd golang-task-management-system
main.go
@@ -21,7 +21,7 @@ func main() {
r := gin.Default()
r.GET("/", func(c *gin.Context) {
c.JSON(200, gin.H{
- "message": "Welcome to BalkanID Engineering Task - Aditya Mitra",
+ "message": "Welcome to Golang Task Management System- Aditya Mitra",
25
})
26
27
0 commit comments