Categorygithub.com/jameshclrk/shards
repositorypackage
1.1.3
Repository: https://github.com/jameshclrk/shards.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Shards Build Status CodeFactor

Configurable, scalable and automatic sharding library for discordgo.

Installing

This assumes you already have a working Go environment, if not please install Go first.

go get github.com/servusDei2018/shards

Usage

Import the package into your project, like so:

import (
	"github.com/servusDei2018/shards"
)

Documentation

  • GoDoc
  • Go Reference