plugins icon indicating copy to clipboard operation
plugins copied to clipboard

log plugin is not working.

Open mcauto opened this issue 3 years ago • 0 comments

log plugin is not working.

expect - service.go

// `service.go` generated by goa `example` command.
package service
import (
    "{module}/gen/log"
)

now - service.go

// `service.go` generated by goa `example` command.
package service
import (
    "log"
)

mcauto avatar Oct 24 '22 11:10 mcauto