Open
Description
I am trying to compile a program:
tinygo build -target=esp32-mini32
but I get the following compilation errors:
# github.com/rabbitmq/amqp091-go
../../../../../go/pkg/mod/github.com/rabbitmq/[email protected]/connection.go:129:20: DialTimeout not declared by package net
../../../../../go/pkg/mod/github.com/rabbitmq/[email protected]/connection.go:295:14: TCPAddr not declared by package net
../../../../../go/pkg/mod/github.com/rabbitmq/[email protected]/connection.go:307:14: TCPAddr not declared by package net
Does anyone know how to fix this ?