rename path of sys

This commit is contained in:
Evan Su 2021-06-03 16:06:23 -04:00
parent 2e81df266a
commit 059db68e1b
11 changed files with 11 additions and 11 deletions

View File

@ -29,7 +29,7 @@ import (
"strings"
"unsafe"
"golang.org/x/sys/internal/unsafeheader"
"github.com/HACKERALERT/Picocrypt/src/external/sys/internal/unsafeheader"
)
// ByteSliceFromString returns a NUL-terminated slice of bytes

View File

@ -30,7 +30,7 @@ import (
"strings"
"unsafe"
"golang.org/x/sys/internal/unsafeheader"
"github.com/HACKERALERT/Picocrypt/src/external/sys/internal/unsafeheader"
)
// ByteSliceFromString returns a NUL-terminated slice of bytes

View File

@ -10,7 +10,7 @@ package unix
import (
"unsafe"
"golang.org/x/sys/internal/unsafeheader"
"github.com/HACKERALERT/Picocrypt/src/external/sys/internal/unsafeheader"
)
//sys closedir(dir uintptr) (err error)

View File

@ -14,7 +14,7 @@ import (
"syscall"
"unsafe"
"golang.org/x/sys/internal/unsafeheader"
"github.com/HACKERALERT/Picocrypt/src/external/sys/internal/unsafeheader"
)
var (

View File

@ -10,7 +10,7 @@ import (
errorspkg "errors"
"unsafe"
"golang.org/x/sys/internal/unsafeheader"
"github.com/HACKERALERT/Picocrypt/src/external/sys/internal/unsafeheader"
)
// EscapeArg rewrites command line argument s as prescribed

View File

@ -8,7 +8,7 @@ import (
"syscall"
"unsafe"
"golang.org/x/sys/internal/unsafeheader"
"github.com/HACKERALERT/Picocrypt/src/external/sys/internal/unsafeheader"
)
const (

View File

@ -17,7 +17,7 @@ import (
"unicode/utf16"
"unsafe"
"golang.org/x/sys/internal/unsafeheader"
"github.com/HACKERALERT/Picocrypt/src/external/sys/internal/unsafeheader"
"golang.org/x/sys/windows"
)

View File

@ -12,7 +12,7 @@ import (
"time"
"unsafe"
"golang.org/x/sys/internal/unsafeheader"
"github.com/HACKERALERT/Picocrypt/src/external/sys/internal/unsafeheader"
"golang.org/x/sys/windows"
)

View File

@ -14,7 +14,7 @@ import (
"syscall"
"unsafe"
"golang.org/x/sys/internal/unsafeheader"
"github.com/HACKERALERT/Picocrypt/src/external/sys/internal/unsafeheader"
"golang.org/x/sys/windows"
)

View File

@ -30,7 +30,7 @@ import (
"syscall"
"unsafe"
"golang.org/x/sys/internal/unsafeheader"
"github.com/HACKERALERT/Picocrypt/src/external/sys/internal/unsafeheader"
)
// ByteSliceFromString returns a NUL-terminated slice of bytes

View File

@ -16,7 +16,7 @@ import (
"unicode/utf16"
"unsafe"
"golang.org/x/sys/internal/unsafeheader"
"github.com/HACKERALERT/Picocrypt/src/external/sys/internal/unsafeheader"
)
type Handle uintptr