Merge pull request #77 from kortschak/appengine
Use build constraints for appengine
This commit is contained in:
commit
31211696a8
11 changed files with 54 additions and 54 deletions
|
|
@ -12,7 +12,9 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
package cayleyappengine
|
// +build appengine
|
||||||
|
|
||||||
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/barakmich/glog"
|
"github.com/barakmich/glog"
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../30kmovies.nt
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../docs
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../static
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../templates
|
|
||||||
|
|
@ -12,6 +12,8 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
// +build !appengine
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue