Skip to content

Commit dd50753

Browse files
committed
Remove extra go generate commands
1 parent d0347e9 commit dd50753

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

pkg/lib/aws/clients.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
//go:generate python3 gen_resource_metadata.py
18-
//go:generate gofmt -s -w resource_metadata.go
19-
2017
package aws
2118

2219
import (

pkg/lib/aws/eks.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
//go:generate python3 gen_resource_metadata.py
18-
//go:generate gofmt -s -w resource_metadata.go
19-
2017
package aws
2118

2219
import (

0 commit comments

Comments
 (0)