1
0
mirror of https://github.com/wyx2685/V2bX.git synced 2025-03-10 14:48:12 -04:00
V2bX/cmd/x25519_test.go
2023-06-02 08:36:06 +08:00

8 lines
90 B
Go

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