summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-14 01:11:56 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-14 01:11:56 -0400
commitbe7828684b888a8c9743e6dd7c54c924c076c8e2 (patch)
treef990b8b7e0991ac6f1b1c4020af1ddc6f53eca01 /main.go
parent04df88912dc043b2443e855cddc0f8b5377ace4b (diff)
Add makefile and use protobufjs
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"