You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in grafana/xk6-browser#65 (comment), instead of maintaining our own conversion maps and JSON marshalling implementations, we should use the enumer tool to do that for us.
We should add go:generate comments so that running go generate ./... will pick it up. See how this is done in k6:
As mentioned in grafana/xk6-browser#65 (comment), instead of maintaining our own conversion maps and JSON marshalling implementations, we should use the enumer tool to do that for us.
We should add
go:generate
comments so that runninggo generate ./...
will pick it up. See how this is done in k6:k6/lib/netext/httpext/response.go
Line 33 in dae7000
The text was updated successfully, but these errors were encountered: