mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
incusd: End comments with a period (godot)
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
parent
84b8c47361
commit
83638731ce
@ -88,7 +88,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
// Used by cgo
|
||||
// Used by cgo.
|
||||
_ "github.com/lxc/incus/v7/shared/cgo"
|
||||
)
|
||||
|
||||
|
||||
@ -332,7 +332,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
// Used by cgo
|
||||
// Used by cgo.
|
||||
_ "github.com/lxc/incus/v7/shared/cgo"
|
||||
)
|
||||
|
||||
|
||||
@ -633,7 +633,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
// Used by cgo
|
||||
// Used by cgo.
|
||||
_ "github.com/lxc/incus/v7/shared/cgo"
|
||||
)
|
||||
|
||||
|
||||
@ -280,7 +280,7 @@ type cmdForkproxy struct {
|
||||
global *cmdGlobal
|
||||
}
|
||||
|
||||
// UDP session tracking (map "client tuple" to udp session)
|
||||
// UDP session tracking (map "client tuple" to udp session).
|
||||
var (
|
||||
udpSessions = map[string]*udpSession{}
|
||||
udpSessionsLock sync.Mutex
|
||||
|
||||
@ -587,7 +587,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
// Used by cgo
|
||||
// Used by cgo.
|
||||
_ "github.com/lxc/incus/v7/shared/cgo"
|
||||
)
|
||||
|
||||
|
||||
@ -359,6 +359,6 @@ __attribute__((constructor)) void init(void) {
|
||||
import "C"
|
||||
|
||||
import (
|
||||
// Used by cgo
|
||||
// Used by cgo.
|
||||
_ "github.com/lxc/incus/v7/shared/cgo"
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user