mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 01:46:31 +02:00
build: reformat comments to pass go1.19 vet
See: https://go.dev/doc/go1.19#go-doc
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
// To create a plugin, write the backend package like it was in-tree
|
||||
// but set the package name to "main". Then, build the plugin with
|
||||
//
|
||||
// go build -buildmode=plugin -o librcloneplugin_NAME.so
|
||||
// go build -buildmode=plugin -o librcloneplugin_NAME.so
|
||||
//
|
||||
// where NAME equals the plugin's fs.RegInfo.Name.
|
||||
package plugin
|
||||
|
Reference in New Issue
Block a user