mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 12:40:11 +00:00
optimize code and add test for x25519 command
This commit is contained in:
7
cmd/x25519_test.go
Normal file
7
cmd/x25519_test.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import "testing"
|
||||
|
||||
func Test_executeX25519(t *testing.T) {
|
||||
executeX25519()
|
||||
}
|
||||
Reference in New Issue
Block a user