neverCase edited a comment on pull request #689:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/689#issuecomment-927226144


   i find some problem when generating zz_generated.deepcopy.go
   cause the previous deepcopy files's head was:
   ```sh
   // +build !ignore_autogenerated
   
   // Licensed to the Apache Software Foundation (ASF) under one or more
   // contributor license agreements.  See the NOTICE file distributed with
   // this work for additional information regarding copyright ownership.
   // The ASF licenses this file to You under the Apache License, Version 2.0
   // (the "License"); you may not use this file except in compliance with
   // the License.  You may obtain a copy of the License at
   ...
   ```
   but when i generated on my mac, it would add an another line before:
   ```sh
   //go:build !ignore_autogenerated
   // +build !ignore_autogenerated
   
   // Licensed to the Apache Software Foundation (ASF) under one or more
   // contributor license agreements.  See the NOTICE file distributed with
   // this work for additional information regarding copyright ownership.
   // The ASF licenses this file to You under the Apache License, Version 2.0
   // (the "License"); you may not use this file except in compliance with
   // the License.  You may obtain a copy of the License at
   ....
   ```
   i don't know the reason why the difference `//go:build 
!ignore_autogenerated` to occur.
   @tao12345666333 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to