Files

12 lines
243 B
Go

// Copyright (C) 2019-2025, Lux Industries Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package version
import "testing"
func TestPass(t *testing.T) {
// Stub test to ensure package passes
t.Log("Test passes")
}