mirror of
https://github.com/soypat/lneto.git
synced 2026-08-21 06:59:04 +00:00
include tinygo into CI (#67)
* try to include tinygo into CI * fix tinygo issues
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
package internet
|
||||
|
||||
func makecbnode(s StackNode) cbnode {
|
||||
import "github.com/soypat/lneto"
|
||||
|
||||
func makecbnode(s lneto.StackNode) cbnode {
|
||||
return cbnode{
|
||||
_demux: s.Demux,
|
||||
_encapsulate: s.Encapsulate,
|
||||
|
||||
Reference in New Issue
Block a user