https://github.com/google/cayley
Raw File
Tip revision: fcdbfe94de54806141b83203e36a85b1f4d02fa0 authored by Luis Fung on 21 February 2019, 20:16:51 UTC
FIX: Change HashOf Bytes 0x01 suffix to a 0x00 prefix
Tip revision: fcdbfe9
main.go
// +build appenginevm

package main

//go:generate ./sync-assets.sh

import "google.golang.org/appengine"

func main() {
	appengine.Main()
}
back to top