Tidy up
- Ran goimports to format code and imports - Removed unused module from go.mod - Added .editorconfig to keep formatting standard across contributors
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package warewulfd
|
||||
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"github.com/hpcng/warewulf/internal/pkg/errors"
|
||||
"github.com/hpcng/warewulf/internal/pkg/node"
|
||||
"github.com/hpcng/warewulf/internal/pkg/wwlog"
|
||||
"sync"
|
||||
)
|
||||
|
||||
type nodeDB struct {
|
||||
|
||||
Reference in New Issue
Block a user