We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sample.gop
// add a sample import "github.com/xhit/go-simple-mail/v2" println mail.Email{}
ackage main import ( fmt "fmt" mail "github.com/xhit/go-simple-mail/v2" ) func main() { fmt.Println(mail.Email{}) }
undefined: mail goroutine 1 [running]: log.Panicln({0x14000149c48, 0x1, 0x1}) /usr/local/go/src/log/log.go:368 +0x98 github.com/goplus/gop/x/gopmod.(*Context).GoCommand(0x1400001eed0, {0x1027e0a72, 0x3}, 0x14000112f50)
gop v1.0.x darwin/arm64
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following program
sample.gop
triggers an unexpected resultExpected result
Got
Gop Version
gop v1.0.x darwin/arm64
Additional Notes
No response
The text was updated successfully, but these errors were encountered: