romanornr / autodealer

Unused method receiver RVV-B0013
Bug risk
Major
3 months ago2 years old
Method receiver 'c' is not referenced in method's body, consider removing it
161type GCTConsoleWriter struct{}
162
163// Write implements the Writer interface.
164func (c GCTConsoleWriter) Write(p []byte) (n int, err error) {165	var l *zerolog.Event
166
167	// look at the first byte of the data, it will be the header