Run gofmt on server/main.go and common/darkside.go

This commit is contained in:
Taylor Hornby 2020-03-09 20:30:12 -06:00 committed by Larry Ruane
parent d55d9b1c64
commit 673a9635fc
2 changed files with 140 additions and 140 deletions

View File

@ -1,13 +1,13 @@
package common package common
import ( import (
"errors"
"encoding/json"
"os"
"bufio" "bufio"
"encoding/hex"
"encoding/json"
"errors"
"os"
"strconv" "strconv"
"time" "time"
"encoding/hex"
) )
type DarksideZcashdState struct { type DarksideZcashdState struct {