-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboundary.dot
More file actions
33 lines (31 loc) · 2 KB
/
Copy pathboundary.dot
File metadata and controls
33 lines (31 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Module: github.com/SoundMatt/go-LIN
// Generated: 2026-07-30T22:35:33Z
digraph {
rankdir=LR
node [shape=box style=rounded fontname=Helvetica]
"github_com_SoundMatt_go_LIN" [label="lin"]
"github_com_SoundMatt_go_LIN_cmd_go_lin" [label="github.com/SoundMatt/go-LIN/cmd/go-lin"]
"github_com_SoundMatt_go_LIN_cmd_lintool" [label="github.com/SoundMatt/go-LIN/cmd/lintool"]
"github_com_SoundMatt_go_LIN_examples_quickstart" [label="github.com/SoundMatt/go-LIN/examples/quickstart"]
"github_com_SoundMatt_go_LIN_ldf" [label="ldf"]
"github_com_SoundMatt_go_LIN_master" [label="master"]
"github_com_SoundMatt_go_LIN_mock" [label="mock"]
"github_com_SoundMatt_go_LIN_safety" [label="safety"]
"github_com_SoundMatt_go_LIN_slave" [label="slave"]
"github_com_SoundMatt_go_LIN_stats" [label="stats"]
"github_com_SoundMatt_go_LIN_virtual" [label="virtual"]
"github_com_SoundMatt_go_LIN_cmd_go_lin" -> "github_com_SoundMatt_go_LIN"
"github_com_SoundMatt_go_LIN_cmd_go_lin" -> "github_com_SoundMatt_go_LIN_virtual"
"github_com_SoundMatt_go_LIN_cmd_lintool" -> "github_com_SoundMatt_go_LIN"
"github_com_SoundMatt_go_LIN_cmd_lintool" -> "github_com_SoundMatt_go_LIN_virtual"
"github_com_SoundMatt_go_LIN_examples_quickstart" -> "github_com_SoundMatt_go_LIN"
"github_com_SoundMatt_go_LIN_examples_quickstart" -> "github_com_SoundMatt_go_LIN_master"
"github_com_SoundMatt_go_LIN_examples_quickstart" -> "github_com_SoundMatt_go_LIN_slave"
"github_com_SoundMatt_go_LIN_examples_quickstart" -> "github_com_SoundMatt_go_LIN_virtual"
"github_com_SoundMatt_go_LIN_ldf" -> "github_com_SoundMatt_go_LIN"
"github_com_SoundMatt_go_LIN_master" -> "github_com_SoundMatt_go_LIN"
"github_com_SoundMatt_go_LIN_mock" -> "github_com_SoundMatt_go_LIN_virtual"
"github_com_SoundMatt_go_LIN_slave" -> "github_com_SoundMatt_go_LIN"
"github_com_SoundMatt_go_LIN_stats" -> "github_com_SoundMatt_go_LIN"
"github_com_SoundMatt_go_LIN_virtual" -> "github_com_SoundMatt_go_LIN"
}