Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
96e346e7
Unverified
Commit
96e346e7
authored
Oct 15, 2020
by
Janoš Guljaš
Committed by
GitHub
Oct 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix comments in soc package (#838)
parent
7e391023
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
4 deletions
+6
-4
export_test.go
pkg/soc/export_test.go
+4
-0
soc.go
pkg/soc/soc.go
+0
-1
soc_test.go
pkg/soc/soc_test.go
+0
-1
validator.go
pkg/soc/validator.go
+2
-1
validator_test.go
pkg/soc/validator_test.go
+0
-1
No files found.
pkg/soc/export_test.go
View file @
96e346e7
// Copyright 2020 The Swarm Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package
soc
var
(
...
...
pkg/soc/soc.go
View file @
96e346e7
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package swarm contains most basic and general Swarm concepts.
package
soc
import
(
...
...
pkg/soc/soc_test.go
View file @
96e346e7
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package swarm contains most basic and general Swarm concepts.
package
soc_test
import
(
...
...
pkg/soc/validator.go
View file @
96e346e7
// Copyright 2020 The Swarm Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package
soc
import
(
...
...
@@ -9,7 +10,7 @@ import (
var
_
swarm
.
Validator
=
(
*
Validator
)(
nil
)
//
SocVail
dator validates that the address of a given chunk
//
Vali
dator validates that the address of a given chunk
// is a single-owner chunk.
type
Validator
struct
{
}
...
...
pkg/soc/validator_test.go
View file @
96e346e7
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package swarm contains most basic and general Swarm concepts.
package
soc_test
import
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment