Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for So (0.15 sec)

  1. .gitattributes

    #
    # Windows users contributing to Go will need to use a modern version
    # of git and editors capable of LF line endings.
    #
    # Windows .bat files are known to have multiple bugs when run with LF
    # endings, and so they are checked in with CRLF endings, with a test
    # in test/winbatch.go to catch problems. (See golang.org/issue/37791.)
    #
    # We'll prevent accidental CRLF line endings from entering the repo
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 08 15:31:43 GMT 2020
    - 639 bytes
    - Viewed (0)
  2. misc/go_android_exec/README

    	CGO_ENABLED=1 \
    	GOOS=android \
    	GOARCH=arm64 \
    	CC_FOR_TARGET=$NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang \
    	./all.bash
    
    To run tests on the Android device, add the bin directory to PATH so the
    go tool can find the go_android_$GOARCH_exec wrapper generated by
    make.bash. For example, to run the go1 benchmarks
    
    	export PATH=$GOROOT/bin:$PATH
    	cd $GOROOT/test/bench/go1/
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 01 14:45:55 GMT 2023
    - 732 bytes
    - Viewed (0)
  3. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SO_LISTENQLIMIT ideal-int
    pkg syscall (freebsd-386-cgo), const SO_NOSIGPIPE ideal-int
    pkg syscall (freebsd-386-cgo), const SO_NO_DDP ideal-int
    pkg syscall (freebsd-386-cgo), const SO_NO_OFFLOAD ideal-int
    pkg syscall (freebsd-386-cgo), const SO_OOBINLINE ideal-int
    pkg syscall (freebsd-386-cgo), const SO_PEERLABEL ideal-int
    pkg syscall (freebsd-386-cgo), const SO_PROTOCOL ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top