An open API service indexing awesome lists of open source software.

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

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 .
```