Commit 8ba7a019 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 63c2f263
...@@ -177,7 +177,7 @@ func main() { ...@@ -177,7 +177,7 @@ func main() {
// prologue // prologue
f := fileMap["proto.go"] f := fileMap["proto.go"]
buf := Buffer{} buf := Buffer{}
buf.emit(`// DO NOT EDIT - AUTOGENERATED (by protogen.go) buf.emit(`// Code generated by protogen.go; DO NOT EDIT.
package neo package neo
import ( import (
......
...@@ -14,7 +14,7 @@ Bdir=`go list -f '{{.Dir}}' $b` ...@@ -14,7 +14,7 @@ Bdir=`go list -f '{{.Dir}}' $b`
Brev=`cd $Bdir && git describe --always` Brev=`cd $Bdir && git describe --always`
out=fsbtree.go out=fsbtree.go
echo "// DO NOT EDIT - AUTOGENERATED (by gen-fsbtree from $b $Brev)" >$out echo "// Code generated by gen-fsbtree from $b $Brev; DO NOT EDIT." >$out
echo "// KEY=$KEY VALUE=$VALUE" >>$out echo "// KEY=$KEY VALUE=$VALUE" >>$out
echo "// ---- 8< ----" >>$out echo "// ---- 8< ----" >>$out
echo >>$out echo >>$out
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment