Browse Source

Fixed linux helper, socket_to_fd.

Steve Thielemann 3 years ago
parent
commit
842cce920b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      door/help_linux_test.go

+ 1 - 1
door/help_linux_test.go

@@ -1,6 +1,6 @@
 package door
 
-input (
+import (
 	"net"
 )