Skip to content

Commit f397716

Browse files
committed
Update
1 parent f78b37f commit f397716

File tree

2 files changed

+4
-0
lines changed
  • examples

2 files changed

+4
-0
lines changed

examples/socket/09.tcp_select_syscall/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build linux
2+
13
package main
24

35
import (

examples/syscall/05.syscallnoerror/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build linux
2+
13
package main
24

35
import (

0 commit comments

Comments
 (0)