//go:build ignore // +build ignore package main // TODO: implement netlink support to set baud rate and other parameters. import ( "github.com/mdlayher/netlink" "golang.org/x/sys/unix" ) // this program demonstrates basic CAN stuff. // i give up this shit is so hard