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
Private fields in golang structs can't be set, therefore CircuitToLean will fail to initialise and export the circuit.
Add a check to warn the user if the circuit struct contains unsettable fields
The text was updated successfully, but these errors were encountered:
Private fields in golang structs can't be set, therefore
CircuitToLean
will fail to initialise and export the circuit.Add a check to warn the user if the circuit struct contains unsettable fields
The text was updated successfully, but these errors were encountered: