summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.go b/main.go
index fc69fee59..3ee79fb6b 100644
--- a/main.go
+++ b/main.go
@@ -1,9 +1,5 @@
package main
-//go:generate protoc --go_out=. msg.proto
-//go:generate ./node_modules/.bin/parcel build --out-dir=dist/ --no-minify main.ts
-//go:generate go-bindata -pkg $GOPACKAGE -o assets.go dist/
-
import (
"github.com/golang/protobuf/proto"
"github.com/ry/v8worker2"