style: format (#1667)

* style: format

* fix:ci
pull/1674/head
songzhibin97 3 years ago committed by GitHub
parent 63a7ffae04
commit 8c9e70b47b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      examples/blog/cmd/blog/wire.go
  2. 1
      examples/blog/cmd/blog/wire_gen.go
  3. 1
      examples/i18n/cmd/i18n/wire.go
  4. 1
      examples/i18n/cmd/i18n/wire_gen.go

@ -1,3 +1,4 @@
//go:build wireinject
// +build wireinject
// The build tag makes sure the stub is not built in the final build.

@ -1,6 +1,7 @@
// Code generated by Wire. DO NOT EDIT.
//go:generate go run github.com/google/wire/cmd/wire
//go:build !wireinject
// +build !wireinject
package main

@ -1,3 +1,4 @@
//go:build wireinject
// +build wireinject
// The build tag makes sure the stub is not built in the final build.

@ -1,6 +1,7 @@
// Code generated by Wire. DO NOT EDIT.
//go:generate go run github.com/google/wire/cmd/wire
//go:build !wireinject
// +build !wireinject
package main

Loading…
Cancel
Save