Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gokcehan committed Apr 2, 2022
1 parent 5eb5d9b commit da7a366
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion os.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ package main

import (
"fmt"
"golang.org/x/sys/unix"
"log"
"os"
"os/exec"
"os/user"
"path/filepath"
"runtime"
"strings"

"golang.org/x/sys/unix"
)

var (
Expand Down
3 changes: 2 additions & 1 deletion os_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package main

import (
"fmt"
"golang.org/x/sys/windows"
"log"
"os"
"os/exec"
"os/user"
"path/filepath"
"strings"

"golang.org/x/sys/windows"
)

var (
Expand Down

0 comments on commit da7a366

Please sign in to comment.