diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-29 04:28:32 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-29 04:34:44 -0400 |
commit | 0ea603d96eeefa12095a713900ef645ed3ca2560 (patch) | |
tree | 0d073b266db7beac8f471256ddd689a18d4a7a00 /integration_test.go | |
parent | b6c0ad15fae9f747dbf91525caf6189beb358f76 (diff) |
Support using deno as a library
Diffstat (limited to 'integration_test.go')
-rw-r--r-- | integration_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_test.go b/integration_test.go index 28411e6da..5b96c0abc 100644 --- a/integration_test.go +++ b/integration_test.go @@ -1,6 +1,6 @@ // Copyright 2018 Ryan Dahl <ry@tinyclouds.org> // All rights reserved. MIT License. -package main +package deno import ( "bytes" |