Skip to content

Commit

Permalink
Merge pull request #113 from linted/bugfix/imports
Browse files Browse the repository at this point in the history
Bugfix: Missing imports and formatting for pam/cmdline_*.go
  • Loading branch information
maditya authored Oct 19, 2023
2 parents 887de85 + d715121 commit e844e79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pam/cmdline_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ package pam
import (
"encoding/binary"
"errors"
"github.com/theparanoids/pam-ysshca/msg"
"golang.org/x/sys/unix"
"os"
"strings"
"syscall"

"github.com/theparanoids/pam-ysshca/msg"
"golang.org/x/sys/unix"
)

var unknownCommand = []byte("unknown command")
Expand Down
2 changes: 2 additions & 0 deletions pam/cmdline_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import (
"fmt"
"io/ioutil"
"os"

"github.com/theparanoids/pam-ysshca/msg"
)

func getCmdLine() []byte {
Expand Down

0 comments on commit e844e79

Please sign in to comment.