nf/nft/nfctl/internal/opt/version_test.go

11 lines
127 B
Go
Raw Permalink Normal View History

2024-12-26 19:51:31 -08:00
package opt
import (
"fmt"
"testing"
)
func TestBanner(t *testing.T) {
fmt.Printf("%s\nnfctl: %s\n\n", Banner, Version)
}