This website works better with JavaScript.
Home
Help
Register
Sign In
go
/
ebpf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Import path fix
master
Wijnand Modderman-Lenstra
1 year ago
parent
d24d3a64d0
commit
be3f53c94c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
program.go
+ 1
- 1
program.go
View File
@ -9,7 +9,7 @@ import (
"strings"
"github.com/antlr/antlr4/runtime/Go/antlr"
"maze.io/ebpf/internal/parser"
"maze.io/
x/
ebpf/internal/parser"
)
// Program is a sequence of instructions.
Write
Preview
Loading…
Cancel
Save