Refresh code templates and regenerate go files

Mostly minor changes related to go 1.19 comment formatting.
This commit is contained in:
Denis Arh
2022-11-27 10:57:03 +01:00
parent a1a3137a6b
commit 207f01daf5
71 changed files with 670 additions and 2254 deletions
-1
View File
@@ -525,7 +525,6 @@ func (t *HttpRequest) AssignFieldValue(key string, val TypedValue) error {
//
// It allows gval lib to access HttpRequest's underlying value (*http.Request)
// and it's fields
//
func (t *HttpRequest) SelectGVal(ctx context.Context, k string) (interface{}, error) {
t.mux.RLock()
defer t.mux.RUnlock()