You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package comments always start with "Package name_of_package ...", types are always commented wit the name of the type:
// Foo is a ...typeFoostruct {
}
// Bar does ...typeBarinterface {
}
var (
// Name is the volume driver name.//// TODO(osd team): more descriptive names for these variables Name="btrfs"
)
This will fail golint otherwise.
The text was updated successfully, but these errors were encountered:
Package comments always start with "Package name_of_package ...", types are always commented wit the name of the type:
This will fail golint otherwise.
The text was updated successfully, but these errors were encountered: