To start with this project, you will need:
- Go language version 1.21
- Go SDK 1.21.0. On macOS, you can use Homebrew to install it: brew install go
- Clone the repo
git clone https://github.com/TestCoders/detestcoder
- Install all the required packages
go get -d ./...
- Run the main.go file
go run main.go
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Generally, the process is as follows:
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- TestCoders - @testcoders - [email protected]
- Project Link: https://github.com/TestCoders/detestcoder
- Remember to replace placeholders with actual values.