Skip to content

Installation

Gerfey edited this page Aug 14, 2025 · 4 revisions

Project Overview | Quick Start


Messenger is delivered as a Go module. To install it, just run the command:

go get github.com/gerfey/messenger@v0.8.0

This command will add the Messenger package to your dependencies. Make sure that the module appears in your go.mod file github.com/gerfey/messenger.

After that, you can import the package in the code: for example, import "github.com/gerfey/messenger" and use its functionality.

Messenger requires a Go version of at least 1.24 (it is recommended to use the current version of Go).


Project Overview | Quick Start

Clone this wiki locally