plugins
plugins copied to clipboard
log plugin is not working.
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"
)