gotelem/socketcan/netlink.go
saji a4ca71d0ad make regex precompiled
that made things fast lol
also fix error output for skylabify
2024-02-14 02:15:21 -06:00

17 lines
275 B
Go

//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