Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArithmeticAssignment ¶
type ArithmeticAssignment struct {
// contains filtered or unexported fields
}
func New ¶
func New() *ArithmeticAssignment
New creates a new ArithmeticAssignment virus.
It replaces `+=`, `-=`, `*=`, `/=`, `%=`, `&=`, <code>|=</code>, `^=`, `<<=`, `>>=` and `&^=` with `=`.
Click to show internal directories.
Click to hide internal directories.