Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 747 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 747 Bytes

Sudo

go.dev Go Report Card SourceGraph

sudo is a package to make reflect more powerful (and dangerous).

It exports a single function, Sudo, which when passed a reflect.Value, will return a new reflect.Value with the read-only restrictions removed.