Skip to content

Instantly share code, notes, and snippets.

@yshuman1
Created March 30, 2019 08:44
Show Gist options
  • Save yshuman1/a0e499313b39ac5e594a1cf084e63ddf to your computer and use it in GitHub Desktop.
Save yshuman1/a0e499313b39ac5e594a1cf084e63ddf to your computer and use it in GitHub Desktop.
# internal/race
compile: version "go1.11" does not match go tool version "go1.12.1"
# errors
compile: version "go1.11" does not match go tool version "go1.12.1"
# runtime/internal/sys
compile: version "go1.11" does not match go tool version "go1.12.1"
# runtime/internal/atomic
flag provided but not defined: -gensymabis
usage: asm [options] file.s ...
Flags:
-D value
predefined symbol with optional simple value -D=identifier=value; can be set multiple times
-I value
include directory; can be set multiple times
-S print assembly and machine code
-V print version and exit
-debug
dump instructions as they are parsed
-dynlink
support references to Go symbols defined in other shared libraries
-e no limit on number of errors reported
-o string
output file; default foo.o for /a/b/c/foo.s as first argument
-shared
generate code that can be linked into a shared library
-trimpath string
remove prefix from recorded source file paths
# internal/cpu
flag provided but not defined: -gensymabis
usage: asm [options] file.s ...
Flags:
-D value
predefined symbol with optional simple value -D=identifier=value; can be set multiple times
-I value
include directory; can be set multiple times
-S print assembly and machine code
-V print version and exit
-debug
dump instructions as they are parsed
-dynlink
support references to Go symbols defined in other shared libraries
-e no limit on number of errors reported
-o string
output file; default foo.o for /a/b/c/foo.s as first argument
-shared
generate code that can be linked into a shared library
-trimpath string
remove prefix from recorded source file paths
# sync/atomic
flag provided but not defined: -gensymabis
usage: asm [options] file.s ...
Flags:
-D value
predefined symbol with optional simple value -D=identifier=value; can be set multiple times
-I value
include directory; can be set multiple times
-S print assembly and machine code
-V print version and exit
-debug
dump instructions as they are parsed
-dynlink
support references to Go symbols defined in other shared libraries
-e no limit on number of errors reported
-o string
output file; default foo.o for /a/b/c/foo.s as first argument
-shared
generate code that can be linked into a shared library
-trimpath string
remove prefix from recorded source file paths
# unicode
compile: version "go1.11" does not match go tool version "go1.12.1"
# unicode/utf8
compile: version "go1.11" does not match go tool version "go1.12.1"
# container/list
compile: version "go1.11" does not match go tool version "go1.12.1"
# math/bits
compile: version "go1.11" does not match go tool version "go1.12.1"
# crypto/internal/subtle
compile: version "go1.11" does not match go tool version "go1.12.1"
# crypto/subtle
compile: version "go1.11" does not match go tool version "go1.12.1"
# vendor/golang_org/x/crypto/cryptobyte/asn1
compile: version "go1.11" does not match go tool version "go1.12.1"
# internal/nettrace
compile: version "go1.11" does not match go tool version "go1.12.1"
# vendor/golang_org/x/crypto/curve25519
flag provided but not defined: -gensymabis
usage: asm [options] file.s ...
Flags:
-D value
predefined symbol with optional simple value -D=identifier=value; can be set multiple times
-I value
include directory; can be set multiple times
-S print assembly and machine code
-V print version and exit
-debug
dump instructions as they are parsed
-dynlink
support references to Go symbols defined in other shared libraries
-e no limit on number of errors reported
-o string
output file; default foo.o for /a/b/c/foo.s as first argument
-shared
generate code that can be linked into a shared library
-trimpath string
remove prefix from recorded source file paths
# encoding
compile: version "go1.11" does not match go tool version "go1.12.1"
# github.com/yshuman1/cashey/vendor/github.com/lib/pq/oid
compile: version "go1.11" does not match go tool version "go1.12.1"
# unicode/utf16
compile: version "go1.11" does not match go tool version "go1.12.1"
# runtime/cgo
flag provided but not defined: -gensymabis
usage: asm [options] file.s ...
Flags:
-D value
predefined symbol with optional simple value -D=identifier=value; can be set multiple times
-I value
include directory; can be set multiple times
-S print assembly and machine code
-V print version and exit
-debug
dump instructions as they are parsed
-dynlink
support references to Go symbols defined in other shared libraries
-e no limit on number of errors reported
-o string
output file; default foo.o for /a/b/c/foo.s as first argument
-shared
generate code that can be linked into a shared library
-trimpath string
remove prefix from recorded source file paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment