https://github.com/linsanity03/learning_go
This projects is dedicated to learning GO language and its use case
https://github.com/linsanity03/learning_go
data-structures golang ticket-booking-app
Last synced: 6 months ago
JSON representation
This projects is dedicated to learning GO language and its use case
- Host: GitHub
- URL: https://github.com/linsanity03/learning_go
- Owner: LINSANITY03
- Created: 2023-11-19T11:37:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T20:42:44.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T14:25:50.952Z (8 months ago)
- Topics: data-structures, golang, ticket-booking-app
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Ticket Booking Application with GO
This project helps user enter their details and amount of tickets for Go conference.
## Aim
- To learn Go fundamentals such as data types, functions, package, concurrency.
## How to Run this project
1. Clone the repository.
```
git clone https://github.com/LINSANITY03/Learning_go.git
```2. Run the folder with main.go file on it as entrypoint.
```
go run .
```