Skip to content

orlmonteverde/goreleaser-quick-start

Repository files navigation

Goreleaser Quick Start

In this example we will build, archive and release a sample Go project.

Go

Getting Started

This project uses the Go programming language (Golang).

Deployment

Clone the repository

git clone git@github.com:orlmonteverde/goreleaser-quick-start.git

Enter the repository folder

cd goreleaser-quick-start

Build the binary

go build

Run the program

# In Unix-like OS
./goreleaser-quick-start

# In Windows
goreleaser-quick-start.exe

Authors