Skip to content

Commit 97393d0

Browse files
committed
adding appenginevm build tag
1 parent b7c1139 commit 97393d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config_app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// either express or implied. See the License for the specific language governing permissions
88
// and limitations under the License.
99

10-
// +build appengine
10+
// +build appengine appenginevm
1111

1212
package bleve
1313

config_disk.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// either express or implied. See the License for the specific language governing permissions
88
// and limitations under the License.
99

10-
// +build !appengine
10+
// +build !appengine,!appenginevm
1111

1212
package bleve
1313

0 commit comments

Comments
 (0)