srs/cmd/proxy/main_test.go
winlin 5ea9f573f2 Update copyright year from 2025 to 2026 across all source files
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 13:50:07 -04:00

10 lines
131 B
Go

// Copyright (c) 2026 Winlin
//
// SPDX-License-Identifier: MIT
package main
import "testing"
func TestExample(t *testing.T) {
}