mirror of https://github.com/cbeuw/Cloak
Add build directives to fuzzing functions
This commit is contained in:
parent
b2dbe4c654
commit
d93ac48b85
|
|
@ -1,3 +1,5 @@
|
|||
// +build gofuzz
|
||||
|
||||
package multiplex
|
||||
|
||||
func setupSesh_fuzz(unordered bool) *Session {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// +build gofuzz
|
||||
|
||||
package server
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in New Issue