Void is the Value that represents "no value" Use with: TagUnsupportedValue, TagDefault, TagUnknown, TagNotSettable, TagDeleteAttr, TagAdminDefine
| 217 | // Use with: TagUnsupportedValue, TagDefault, TagUnknown, |
| 218 | // TagNotSettable, TagDeleteAttr, TagAdminDefine |
| 219 | type Void struct{} |
| 220 | |
| 221 | // String converts Void Value to string |
| 222 | func (Void) String() string { return "" } |
nothing calls this directly
no outgoing calls
no test coverage detected