Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
Pos token.Position
Type MessageType
Message string
}
Message contains a message
type MessageType ¶
type MessageType uint8
MessageType describes what should happen to fix the warning
const ( MessageTypeLeading MessageType = iota + 1 MessageTypeTrailing MessageTypeAddAfter )
List of MessageTypes
Click to show internal directories.
Click to hide internal directories.