Skip to content

Instantly share code, notes, and snippets.

@it-sova
it-sova / somestuff.js
Last active April 30, 2022 04:56
uoem.ru -> Drink healpot
POTION_HEAL = 60;
// Output levels
types = {
healingPotion: {
type: 0x0F0E,
color: 0x0031,
cooldown: 5000,
}
}
@it-sova
it-sova / .golangci.yaml
Created February 22, 2022 17:50
Basic GolangCI config
linters-settings:
errcheck:
check-type-assertions: true
goconst:
min-len: 2
min-occurrences: 3
gocritic:
enabled-tags:
- diagnostic
- experimental