Add build directives to fuzzing functions

This commit is contained in:
Andy Wang 2020-10-16 11:55:50 +01:00
parent b2dbe4c654
commit d93ac48b85
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build gofuzz
package multiplex package multiplex
func setupSesh_fuzz(unordered bool) *Session { func setupSesh_fuzz(unordered bool) *Session {

View File

@ -1,3 +1,5 @@
// +build gofuzz
package server package server
import ( import (