Skip to content

TestCoders/detestcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

detestcoder

Description

Getting started

Prerequisites

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

Installation

  1. Clone the repo
    git clone https://github.com/TestCoders/detestcoder
  2. Install all the required packages
    go get -d ./...
  3. Run the main.go file
    go run main.go

Usage

Contributing

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:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact