From 6f59a9588b7d6d53c5f56facb0e33f7faec7b6fe Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 14 May 2018 03:06:09 -0400 Subject: Add tslint, and tenative travis file. --- main.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 4612849db..fe3ca3934 100644 --- a/main.go +++ b/main.go @@ -50,7 +50,6 @@ func loadAsset(w *v8worker2.Worker, path string) { func main() { worker := v8worker2.New(recv) loadAsset(worker, "dist/main.js") - loadMsg := &Msg{ Kind: Msg_LOAD, Argv: os.Args, @@ -63,5 +62,4 @@ func main() { if err != nil { panic(err) } - } -- cgit v1.2.3