Goapp

screenshot of Goapp

Bootstrap project for Go CLI app with Docker and GitHub actions

Overview

The goapp is a bootstrap project for Go CLI application that uses Docker for continuous integration and releasing a multi-architecture Docker image.

Features

  • Bootstrap project: Provides a ready-to-use project structure for Go CLI applications.
  • Docker integration: Utilizes Docker for continuous integration and building multi-architecture Docker images.
  • Makefile: Includes a Makefile for task automation, such as compiling, linting, and testing.

Summary

The goapp is a bootstrap project for Go CLI applications that simplifies the development process by providing a project structure and automating tasks through a Makefile. It also integrates Docker for continuous integration and releasing multi-architecture Docker images.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.