You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, but it does not include related information regarding my question.
Yes, but the steps described do not work.
Yes, but I am having difficulty understanding it and want clarification.
Describe your question
Hello, may I ask how should goverter (v1.1.0) be configured under the same directory level? I'm still getting the import cycle not allowed error after configuring like below:
// Code generated by github.com/jmattheis/goverter, DO NOT EDIT.package data
import (
biz "example/internal/biz"
data "example/internal/data"
)
typeConverterImplstruct{}
func (c*ConverterImpl) ConvertBizUserInfo(source*biz.UserInfo) *data.User {
......
data "example/internal/data" is redundant.
I looked up the issues, but they all seem out of date.
The text was updated successfully, but these errors were encountered:
Have you read the project readme?
Describe your question
Hello, may I ask how should goverter (v1.1.0) be configured under the same directory level? I'm still getting the
import cycle not allowed
error after configuring like below:converter.go
converter_gen.go
data "example/internal/data"is redundant.I looked up the issues, but they all seem out of date.
The text was updated successfully, but these errors were encountered: