change: update sub module

This commit is contained in:
debugtalk
2022-01-14 17:44:41 +08:00
parent a2b1515210
commit 5c647c2435
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 {