Use build constraints for appengine

This commit is contained in:
kortschak 2014-07-23 10:02:11 +09:30
parent be26f0faf6
commit 592ea81687
11 changed files with 54 additions and 54 deletions

View file

@ -12,7 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package cayleyappengine
// +build appengine
package main
import (
"github.com/barakmich/glog"

View file

@ -1 +0,0 @@
../30kmovies.nt

View file

@ -1 +0,0 @@
../docs

View file

@ -1 +0,0 @@
../static

View file

@ -1 +0,0 @@
../templates

View file

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