Refresh code templates and regenerate go files
Mostly minor changes related to go 1.19 comment formatting.
This commit is contained in:
Generated
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user