1
0
mirror of https://github.com/wyx2685/V2bX.git synced 2025-03-11 06:58:13 -04:00
V2bX/cmd/x25519_test.go

8 lines
90 B
Go
Raw Normal View History

package cmd
import "testing"
func Test_executeX25519(t *testing.T) {
executeX25519()
}