init HttpBommer 🍰

This commit is contained in:
debugtalk
2021-09-19 13:20:22 +08:00
parent 6f824ea1cf
commit 6b7955a955
15 changed files with 561 additions and 1 deletions

5
step.go Normal file
View File

@@ -0,0 +1,5 @@
package httpboomer
func (step *TStep) Run() error {
return nil
}