We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c1139 commit 97393d0Copy full SHA for 97393d0
config_app.go
@@ -7,7 +7,7 @@
7
// either express or implied. See the License for the specific language governing permissions
8
// and limitations under the License.
9
10
-// +build appengine
+// +build appengine appenginevm
11
12
package bleve
13
config_disk.go
-// +build !appengine
+// +build !appengine,!appenginevm
0 commit comments