summaryrefslogtreecommitdiff
path: root/fetch.go
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-29 04:28:32 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-29 04:34:44 -0400
commit0ea603d96eeefa12095a713900ef645ed3ca2560 (patch)
tree0d073b266db7beac8f471256ddd689a18d4a7a00 /fetch.go
parentb6c0ad15fae9f747dbf91525caf6189beb358f76 (diff)
Support using deno as a library
Diffstat (limited to 'fetch.go')
-rw-r--r--fetch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch.go b/fetch.go
index 6f6f07c44..ecd3ec9ea 100644
--- a/fetch.go
+++ b/fetch.go
@@ -1,6 +1,6 @@
// Copyright 2018 Ryan Dahl <ry@tinyclouds.org>
// All rights reserved. MIT License.
-package main
+package deno
import (
"github.com/golang/protobuf/proto"