Skip to content

Commit

Permalink
Makes CI test for goimports happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lucor committed Mar 13, 2021
1 parent 372df38 commit 3aab2ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/cmd/embed/main.go
Expand Up @@ -30,5 +30,4 @@ var tpl = `// auto-generated by cmd/internal/main.go DO NOT EDIT.
package resource
const DockerfileDarwin = {{.}}
`
1 change: 0 additions & 1 deletion internal/resource/darwin_dockerfile.go
Expand Up @@ -61,4 +61,3 @@ FROM darwin-base
COPY --from=osxcross /osxcross/target /osxcross/target
ENV PATH=/osxcross/target/bin:$PATH
`

0 comments on commit 3aab2ec

Please sign in to comment.