Skip to content

Commit

Permalink
Merge pull request #52 from zhsj/fix-import
Browse files Browse the repository at this point in the history
Add missing import in freebsd nocgo stub
  • Loading branch information
fuweid committed Apr 9, 2021
2 parents 413d286 + 63603f4 commit 2f1e3d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pty_freebsd_nocgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

package console

import (
"os"
)

//
// Implementing the functions below requires cgo support. Non-cgo stubs
// versions are defined below to enable cross-compilation of source code
Expand Down

0 comments on commit 2f1e3d2

Please sign in to comment.