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

.

parent 63c2f263
......@@ -177,7 +177,7 @@ func main() {
// prologue
f := fileMap["proto.go"]
buf := Buffer{}
buf.emit(`// DO NOT EDIT - AUTOGENERATED (by protogen.go)
buf.emit(`// Code generated by protogen.go; DO NOT EDIT.
package neo
import (
......
......@@ -14,7 +14,7 @@ Bdir=`go list -f '{{.Dir}}' $b`
Brev=`cd $Bdir && git describe --always`
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 "// ---- 8< ----" >>$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