Bug fix: gopherjs build failed on Windows

This commit is contained in:
Hajime Hoshi 2017-02-09 02:37:40 +09:00
parent 93684d5df3
commit bd1a486b3a
3 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// +build !js
package driver package driver
// TODO: Use golang.org/x/sys/windows (NewLazyDLL) instead of cgo. // TODO: Use golang.org/x/sys/windows (NewLazyDLL) instead of cgo.

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// +build !windows // +build !windows js
package ui package ui

View File

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// +build !js
package ui package ui
import ( import (