diff --git a/k8petstore/web-server/PetStoreBook.go b/k8petstore/web-server/PetStoreBook.go index b6d148ba..1c81cef9 100644 --- a/k8petstore/web-server/PetStoreBook.go +++ b/k8petstore/web-server/PetStoreBook.go @@ -1,5 +1,3 @@ -package main - /* Copyright 2014 The Kubernetes Authors All rights reserved. @@ -16,6 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. */ +package main + import ( "encoding/json" "fmt"