Skip to content
Snippets Groups Projects
Commit 24972c99 authored by Josh Brooks's avatar Josh Brooks
Browse files

Add docstrings

parent 198d61b2
No related merge requests found
......@@ -5,6 +5,8 @@
////////////////////////////////////////////////////////////////////////////////
package dataStructures
// Define the network.Instance's group object and methods for creation and updating
import (
"encoding/json"
"github.com/pkg/errors"
......@@ -14,7 +16,7 @@ import (
"sync"
)
// todo docstring
// Struct that handles and updates cyclic.Groups
type Group struct {
groupString string
cyclicGroup *cyclic.Group
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment