Commit 96e346e7 authored by Janoš Guljaš's avatar Janoš Guljaš Committed by GitHub

fix comments in soc package (#838)

parent 7e391023
// 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 package soc
var ( var (
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// Package swarm contains most basic and general Swarm concepts.
package soc package soc
import ( import (
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// Package swarm contains most basic and general Swarm concepts.
package soc_test package soc_test
import ( import (
......
// Copyright 2020 The Swarm Authors. All rights reserved. // Copyright 2020 The Swarm Authors. All rights reserved.
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
package soc package soc
import ( import (
...@@ -9,7 +10,7 @@ import ( ...@@ -9,7 +10,7 @@ import (
var _ swarm.Validator = (*Validator)(nil) var _ swarm.Validator = (*Validator)(nil)
// SocVaildator validates that the address of a given chunk // Validator validates that the address of a given chunk
// is a single-owner chunk. // is a single-owner chunk.
type Validator struct { type Validator struct {
} }
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// Package swarm contains most basic and general Swarm concepts.
package soc_test package soc_test
import ( import (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment