del: plugin auto-generated file

This commit is contained in:
buyuxiang
2022-05-31 16:17:50 +08:00
parent b980cd8cca
commit 21ac0216b3
2 changed files with 0 additions and 91 deletions
@@ -1,16 +0,0 @@
// NOTE: Generated By hrp v4.1.1, DO NOT EDIT!
package main
import (
"github.com/httprunner/funplugin/fungo"
)
func main() {
fungo.Register("SumTwoInt", SumTwoInt)
fungo.Register("SumInts", SumInts)
fungo.Register("Sum", Sum)
fungo.Register("SetupHookExample", SetupHookExample)
fungo.Register("TeardownHookExample", TeardownHookExample)
fungo.Register("GetUserAgent", GetUserAgent)
fungo.Serve()
}