Borislaw Sotnikow

Results 3 issues of Borislaw Sotnikow

go has these handy `//go:build ` comments, allowing stuff like this: `config_dev.go` ```go //go:build dev package config const Port = 8080 ``` `config.go` ```go //go:build !dev package config const Port...

enhancement
generator
NeedsFix

### :wrench: Summary seems like the tool doesn't work without node. i have only [bun](https://bun.sh) for js on my system. after `lefthook install`, every hooked git actions results in `/usr/bin/env:...

bug

### Enhancement Type Improve an existing feature ### Describe the enhancement similar to DATAPACKS_FILE, a similar variable for auto downloaded mods may be nice. DATAPACKS_FILE has the neat function that...

enhancement