feature-15 #22

Merged
nicolas.boufideline merged 11 commits from feature-15 into main 2026-04-14 18:24:07 +00:00
Showing only changes of commit 1e7575bc7d - Show all commits

f-15: fix: fix variable

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
GnomeZworc 2026-03-31 22:04:12 +02:00
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -2,6 +2,6 @@
package netns
func call(name string, fn func() error) error {
func call(_ string, fn func() error) error {
return fn()
}