2
0
mirror of synced 2025-02-23 06:48:15 +00:00

asset: wrong package name

Not part of, but mentioned on golang/go#11424.

Change-Id: I9d9289a67592aa43bcd55e073d8f3b29daa93056
Reviewed-on: https://go-review.googlesource.com/11735
Reviewed-by: Burcu Dogan <jbd@google.com>
This commit is contained in:
David Crawshaw 2015-06-30 13:11:48 -04:00
parent c7c93d6952
commit e7a7f32e55

View File

@ -5,7 +5,7 @@
// +build darwin
// +build arm arm64
package app
package asset
import (
"os"