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
|
package multiplex
|
||||||
|
|
||||||
func setupSesh_fuzz(unordered bool) *Session {
|
func setupSesh_fuzz(unordered bool) *Session {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
// +build gofuzz
|
||||||
|
|
||||||
package server
|
package server
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue