Getting Started

How to install and import workflows-go in your code

Installation

Installing the package requires Go 1.21+

To install the package, simply run:

go get github.com/AstraBert/workflows-go

Or, if you want to get the package from source, clone the repository:

git clone https://github.com/AstraBert/workflows-go
cd workflows-go

And include the code as a base for your project's workflows!

Import Patterns

After you installed the package, importing is very easy:

import "github.com/AstraBert/workflows-go"

You can then use the package as workflowsgo