From 0ea603d96eeefa12095a713900ef645ed3ca2560 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 29 May 2018 04:28:32 -0400 Subject: Support using deno as a library --- fetch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetch.go') 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 // All rights reserved. MIT License. -package main +package deno import ( "github.com/golang/protobuf/proto" -- cgit v1.2.3