change: update sub module

This commit is contained in:
debugtalk
2022-01-14 17:44:41 +08:00
parent 8dedd4883f
commit 736830e092
3 changed files with 8 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ package main
import (
"fmt"
plugin "github.com/httprunner/hrp/plugin"
"github.com/httprunner/hrp/plugin"
)
func SumTwoInt(a, b int) int {