GO Time Secret
GO Time Secret is a Go web app that allows users to create and share unique secrets that can only be viewed once.
Installation
To install GO Time Secret, you need to have Go installed on your system. You can download and install Go from the official Go website: https://golang.org/dl/
Once you have Go installed, clone this repository and run the following commands in your terminal:
git clone https://github.com/Ammowar/goTimeSecret.git
Usage
To start the application, run the following command in your terminal:
go run main.go
This will start the web server, and the application will be ready to use at http://localhost:8080
.
Contributing
If you want to contribute to this project, please review our CONTRIBUTING.md file for more information.
License
This project is under the MIT License. For more information, review the LICENSE.md file.