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

Add docstrings

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