2
0
ミラー元 https://git.coolaj86.com/coolaj86/go-watchdog.git 前回の同期 2025-10-16 21:33:24 +00:00

add missing -mod=vendor

このコミットが含まれているのは:
AJ ONeal 2019-06-24 20:58:05 -06:00
コミット 7077731356

ファイルの表示

@ -1,4 +1,4 @@
//go:generate go run github.com/UnnoTed/fileb0x b0x.toml //go:generate go run -mod=vendor github.com/UnnoTed/fileb0x b0x.toml
// I'm prototyping this out to be useful for more than just watchdog // I'm prototyping this out to be useful for more than just watchdog
// hence there are a few unnecessary things for the sake of the trying it out // hence there are a few unnecessary things for the sake of the trying it out