You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2024. It is now read-only.
- Sample Hello World Application Built with gofr.dev
1
+
###Sample Hello World Application Built with gofr.dev
2
2
Welcome to this sample Hello World application created using gofr.dev, a powerful framework for building Go applications.
3
3
4
-
>To run the sample application, simply use the following command in your terminal:
4
+
To run the sample application, simply use the following command in your terminal:
5
5
6
6
```cmd
7
7
go run main.go
8
8
```
9
9
10
-
-This command will compile and execute the main.go file, allowing you to see the `{"data":"Hello! Welcome to gofr-app"}` message if we hit `http://localhost:8000/hello`.
10
+
This command will compile and execute the main.go file, allowing you to see the `{"data":"Hello! Welcome to gofr-app"}` message if we hit `http://localhost:8000/hello`.
0 commit comments