credentials: add more appengine build tags (#2177)

This commit is contained in:
lyuxuan
2018-06-26 14:01:50 -07:00
committed by GitHub
parent b39aa9e037
commit f1ab7acf3f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build go1.9
// +build go1.9,!appengine
/*
*

View File

@ -1,4 +1,4 @@
// +build !go1.9
// +build !go1.9 appengine
/*
*