This repository contains a simple Go application used to test CircleCI build and deployment workflows.
main.go: Main source file for the Go application.Makefile: Build instructions for compiling the app for Linux, with output in thedistdirectory..gitignore: Ensures build artifacts indistare not tracked by Git.
To build the application for Linux (amd64):
make buildThe binary will be created in the dist directory.
To clean build artifacts:
make cleanThis repository is intended for experimenting with CircleCI configuration, automation, and continuous integration workflows.
- Go (latest stable version recommended)