Commit ad8d5e16 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub

Merge pull request #464 from ericchiang/genconfig-dont-hijack-package-comment

*: don't let generated comment become package comment
parents ae56f6de b7674744
...@@ -18,6 +18,7 @@ const tmpl = `// DO NOT EDIT: This file was auto-generated by "go generate" ...@@ -18,6 +18,7 @@ const tmpl = `// DO NOT EDIT: This file was auto-generated by "go generate"
// To regenerate run: // To regenerate run:
// go install github.com/coreos/dex/cmd/genconfig // go install github.com/coreos/dex/cmd/genconfig
// go generate <<fully qualified package name>> // go generate <<fully qualified package name>>
package __PKG__ package __PKG__
import ( import (
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// To regenerate run: // To regenerate run:
// go install github.com/coreos/dex/cmd/genconfig // go install github.com/coreos/dex/cmd/genconfig
// go generate <<fully qualified package name>> // go generate <<fully qualified package name>>
package connector package connector
import ( import (
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// To regenerate run: // To regenerate run:
// go install github.com/coreos/dex/cmd/genconfig // go install github.com/coreos/dex/cmd/genconfig
// go generate <<fully qualified package name>> // go generate <<fully qualified package name>>
package email package email
import ( import (
......
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