Skip to content

Commit

Permalink
move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brawndou committed Jan 24, 2024
1 parent a82b0c8 commit c74035a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions generate.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package tally

import (
//go:generate mockgen -package tallymock -destination tallymock/stats_reporter.go -imports github.com/uber-go/tally github.com/uber-go/tally StatsReporter
_ "github.com/golang/mock/mockgen/model"
)

//go:generate mockgen -package tallymock -destination tallymock/stats_reporter.go -imports github.com/uber-go/tally github.com/uber-go/tally StatsReporter

0 comments on commit c74035a

Please sign in to comment.