7 lines
252 B
Go
7 lines
252 B
Go
|
// Package seaweedfs contains seaweedfs API versions.
|
||
|
//
|
||
|
// This file ensures Go source parsers acknowledge the seaweedfs package
|
||
|
// and any child packages. It can be removed if any other Go source files are
|
||
|
// added to this package.
|
||
|
package seaweedfs
|