Update examp;le

This commit is contained in:
Manfred Touron 2016-12-15 11:06:42 +01:00
parent 7907fb79d9
commit ae44a872b3
No known key found for this signature in database
GPG Key ID: 9CCF47DF1FD978A1

View File

@ -1,8 +1,7 @@
{ {
"build-date": "2016-12-13T17:20:48.431170897+01:00", "build-date": "2016-12-15T11:05:13.620228009+01:00",
"build-hostname": "moul-rose.local", "build-hostname": "moul-rose.local",
"build-user": "moul", "build-user": "moul",
"go-pwd": "",
"pwd": "/Users/moul/Git/moul/protoc-gen-gotemplate/examples/dummy", "pwd": "/Users/moul/Git/moul/protoc-gen-gotemplate/examples/dummy",
"debug": false, "debug": false,
"file": { "file": {
@ -822,6 +821,7 @@
}, },
"raw-filename": "export.json.tmpl", "raw-filename": "export.json.tmpl",
"filename": "export.json.tmpl", "filename": "export.json.tmpl",
"template-dir": "templates",
"service": { "service": {
"name": "DummyService", "name": "DummyService",
"method": [ "method": [
@ -838,5 +838,13 @@
"options": {} "options": {}
} }
] ]
} },
} "environment": [
"TERM=xterm-256color",
"SHELL=/bin/zsh",
"TMPDIR=/var/folders/wr/dddkjx017kv8qk4q_jd2ly080000gn/T/",
"PWD=/Users/moul/Git/moul/protoc-gen-gotemplate/examples/dummy",
"LANG=en_US.UTF-8",
"GOPATH=/Users/moul/go",
]
}