Skip to content

Commit

Permalink
Remove empty comment lines in header
Browse files Browse the repository at this point in the history
  • Loading branch information
kelveny committed Jun 17, 2023
1 parent b9dd1f1 commit a487041
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 49 deletions.
4 changes: 1 addition & 3 deletions cmd/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ import (
)

const (
header = `//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
header = `// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package %s
`
compositeClzTemplate = `type %s struct {
Expand Down
2 changes: 0 additions & 2 deletions test/clonefn/mockc_clonedFuncs_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package clonefn

import (
Expand Down
2 changes: 0 additions & 2 deletions test/clonefn/mockc_mockFmt_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package clonefn

import (
Expand Down
2 changes: 0 additions & 2 deletions test/clonefn/mockc_mockJson_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package clonefn

import (
Expand Down
2 changes: 0 additions & 2 deletions test/foo/mockc_FooMock_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package foo

import (
Expand Down
2 changes: 0 additions & 2 deletions test/foo/mockc_testFoo_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package foo

import (
Expand Down
2 changes: 0 additions & 2 deletions test/mockclz/mockc_cloneSourceClz_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package mockclz

import (
Expand Down
2 changes: 0 additions & 2 deletions test/mockfn/mockc_mockFmt_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package mockfn

import (
Expand Down
2 changes: 0 additions & 2 deletions test/mockfn/mockc_mockJson_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package mockfn

import (
Expand Down
2 changes: 0 additions & 2 deletions test/mockfn/mockc_mockLibfn_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package mockfn

import (
Expand Down
2 changes: 0 additions & 2 deletions test/mockfn/mockc_mockSampleClz2_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package mockfn

import (
Expand Down
2 changes: 0 additions & 2 deletions test/mockfn/mockc_mockSampleClz3_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package mockfn

import (
Expand Down
2 changes: 0 additions & 2 deletions test/mockfn/mockc_mockSampleClz_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package mockfn

import (
Expand Down
2 changes: 0 additions & 2 deletions test/mockintf/mockc_MockSampleInterface_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package mockintf

import (
Expand Down
2 changes: 0 additions & 2 deletions test/mockintf/mockc_mockFoo_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package mockintf

import (
Expand Down
2 changes: 0 additions & 2 deletions test/mockintf/mockc_mockSecretsInterface_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package mockintf

import (
Expand Down
2 changes: 0 additions & 2 deletions test/yaml/mockc_MockSampleInterface_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package yaml

import (
Expand Down
2 changes: 0 additions & 2 deletions test/yaml/mockc_mockFmt_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package yaml

import (
Expand Down
2 changes: 0 additions & 2 deletions test/yaml/mockc_mockFmtclonedFuncs_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package yaml

import (
Expand Down
2 changes: 0 additions & 2 deletions test/yaml/mockc_mockFoo_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package yaml

import (
Expand Down
2 changes: 0 additions & 2 deletions test/yaml/mockc_mockJson_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package yaml

import (
Expand Down
2 changes: 0 additions & 2 deletions test/yaml/mockc_mockSampleClz2_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package yaml

import (
Expand Down
2 changes: 0 additions & 2 deletions test/yaml/mockc_mockSampleClz3_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package yaml

import (
Expand Down
2 changes: 0 additions & 2 deletions test/yaml/mockc_mockSampleClz_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// CODE GENERATED AUTOMATICALLY WITH github.com/kelveny/mockcompose
// THIS FILE SHOULD NOT BE EDITED BY HAND
//
package yaml

import (
Expand Down

0 comments on commit a487041

Please sign in to comment.