mirror of
https://github.com/fatedier/frp.git
synced 2026-04-22 08:59:10 +08:00
fix by golint (#1822)
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
func TestRandId(t *testing.T) {
|
||||
assert := assert.New(t)
|
||||
id, err := RandId()
|
||||
id, err := RandID()
|
||||
assert.NoError(err)
|
||||
t.Log(id)
|
||||
assert.Equal(16, len(id))
|
||||
|
||||
Reference in New Issue
Block a user