Emphasize generated nature of code more.

This commit is contained in:
John Beisley 2017-11-05 13:40:23 +00:00
parent b3887248e5
commit efdc90f04d
4 changed files with 12 additions and 5 deletions

View File

@ -5,7 +5,9 @@
// Typically, use one of the New* functions to create clients for services. // Typically, use one of the New* functions to create clients for services.
package av1 package av1
// Generated file - do not edit by hand. See README.md // ***********************************************************
// GENERATED FILE - DO NOT EDIT BY HAND. See README.md
// ***********************************************************
import ( import (
"net/url" "net/url"

View File

@ -5,7 +5,9 @@
// Typically, use one of the New* functions to create clients for services. // Typically, use one of the New* functions to create clients for services.
package internetgateway1 package internetgateway1
// Generated file - do not edit by hand. See README.md // ***********************************************************
// GENERATED FILE - DO NOT EDIT BY HAND. See README.md
// ***********************************************************
import ( import (
"net/url" "net/url"

View File

@ -5,7 +5,9 @@
// Typically, use one of the New* functions to create clients for services. // Typically, use one of the New* functions to create clients for services.
package internetgateway2 package internetgateway2
// Generated file - do not edit by hand. See README.md // ***********************************************************
// GENERATED FILE - DO NOT EDIT BY HAND. See README.md
// ***********************************************************
import ( import (
"net/url" "net/url"

View File

@ -485,8 +485,9 @@ var packageTmpl = template.Must(template.New("package").Parse(`{{$name := .Metad
// Typically, use one of the New* functions to create clients for services. // Typically, use one of the New* functions to create clients for services.
package {{$name}} package {{$name}}
// Generated file - do not edit by hand. See README.md // ***********************************************************
// GENERATED FILE - DO NOT EDIT BY HAND. See README.md
// ***********************************************************
import ( import (
"net/url" "net/url"