2018-09-24 21:46:21 +00:00
|
|
|
// Copyright 2018 The Go Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2020-01-02 15:05:27 -08:00
|
|
|
// +build js,wasm
|
2018-09-24 21:46:21 +00:00
|
|
|
|
2020-01-02 15:05:27 -08:00
|
|
|
package js
|
|
|
|
|
|
|
|
var JSGo = jsGo
|