f-15: fix: fix variable
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
f8c0ee62ec
commit
1e7575bc7d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
package netns
|
||||
|
||||
func call(name string, fn func() error) error {
|
||||
func call(_ string, fn func() error) error {
|
||||
return fn()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue