k911 / swoole-bundle-fsnotify-reloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swoole Bundle Fsnotify Reloader

Implementation of fsnotify/fsnotify for k911/swoole-bundle HMR

Building

CGO_ENABLED=0 GOARCH=amd64 GOOS=linux go build -a -tags netgo -ldflags "-s -w" -o bin/fsnotify-reloader_linux_amd64 ./cmd/fsnotify-reloader/main.go
CGO_ENABLED=0 GOARCH=amd64 GOOS=darwin go build -a -tags netgo -ldflags "-s -w" -o bin/fsnotify-reloader_darwin_amd64 ./cmd/fsnotify-reloader/main.go

About


Languages

Language:Go 100.0%