Skip to content

yurirodnov/go-apps

Repository files navigation

🐹 Golang applications

Small Golang projects i make to explore this language.

🛠️ Local Development

Interested in the code? Wanna run it locally?

Prerequisites:

  • Go (v1.20 or higher) installed on your machine.
  1. Clone the repo:

    git clone https://github.com/yurirodnov/go-apps.git

    or via SSH

    git clone git@github.com:yurirodnov/go-apps.git
  2. Go to a specific directory:

    cd 001_health_checker (or any another folder)
  3. Compile from source:

    go build .\health_checker.go
  4. Run compiled program:

    Windows:

    .\health_checker.exe

    Linux / macOS:

    ./health_checker

📂 Project Structure

Each app folder is a standalone Go project:

/go-apps
  ├── 001_health_checker/
  ├── 002_guess_number/
  ├── 003_binary_decimal/
  ├── and others...

About

Explore Golang via small projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages