Searched refs:Go (Results 1 – 25 of 689) sorted by relevance
12345678910>>...28
1 Use in Go {#flatbuffers_guide_use_go}6 Before diving into the FlatBuffers usage in Go, it should be noted that8 to general FlatBuffers usage in all of the supported languages (including Go).10 Go.17 ## FlatBuffers Go library code location19 The code for the FlatBuffers Go library can be found at23 ## Testing the FlatBuffers Go library25 The code to test the Go library can be found at `flatbuffers/tests`.32 *Note: The shell script requires [Go](https://golang.org/doc/install) to35 ## Using the FlatBuffers Go library[all …]
1 # gRPC-Go5 …Go implementation of [gRPC](https://grpc.io/): A high performance, open source, general RPC framew…10 To install this package, you need to install Go and setup your Go workspace on your computer. The s…19 This requires Go 1.6 or later. Go 1.7 will be required soon.23 …Go packages and a small number of exceptions. If your contribution introduces new dependencies whi…
27 void Go(const I &i);34 Go(C()); in G()41 Go(C()); in G()48 Go(C()); in G()60 Go(C()); in K()
19 void Go() { needs_guard.PrintNumK(); } in Go() function27 C<int>().Go(); in F()
4 Google as part of the Go project.10 implementation of Go, where such license applies only to those patent13 implementation of Go. This grant does not include claims that would be18 that this implementation of Go or any code incorporated within this19 implementation of Go constitutes direct or contributory patent21 rights granted to you under this License for this implementation of Go
1 # This source code was written by the Go contributors.2 # The master list of contributors is in the main Go distribution,
1 # This source code refers to The Go Authors for copyright purposes.2 # The master list of authors is in the main Go distribution,
1 Google API Extensions for Go7 Google API Extensions for Go (gax-go) is a set of modules which aids the17 Go Versions19 This library requires Go 1.6 or above.
31 ## Go ##33 The Go example requires a plugin to the protocol buffer compiler, so it is not36 for more information about Go protocol buffer support.39 Then, install the Go Protocol Buffers plugin43 Build the Go samples in this directory with "make go". This creates the53 similar way and can view/modify files created by the Go example and vice
10 // Copyright 2014 The Go Authors. All rights reserved.23 // Copyright 2011 The Go Authors. All rights reserved.36 // Copyright 2015 The Go Authors. All rights reserved.49 // Copyright 2013 The Go Authors. All rights reserved.62 // Copyright 2015 The Go Authors. All rights reserved.
1 # Contributing to Go3 Go is an open source project.12 1. What version of Go are you using (`go version`)?29 Unless otherwise noted, the Go source files are distributed under
11 Instead, we use a fork of the Go `crypto/tls` package, heavily patched with12 configurable bugs. This code, along with a test suite and harness written in Go,18 features should be implemented twice, once in C for BoringSSL and once in Go for19 testing. If possible, the Go code should be suitable for potentially32 control the Go TLS implementation's behavior.
1 # Go support for Protocol Buffers - Google's data interchange format7 Copyright 2010 The Go Authors.10 This package and the code it generates requires at least Go 1.9.12 This software implements Go bindings for protocol buffers. For21 - Of course, install the Go compiler and tools from42 generates Go source files that, once compiled, can access and manage47 There is support for gRPC in Go using protocol buffers.53 ## Using protocol buffers with Go ##60 parameter set to the directory you want to output the Go code to.70 correspond well to the Go notion of packages. In generated Go code,[all …]
1 // Go support for Protocol Buffers - Google's data interchange format3 // Copyright 2018 The Go Authors. All rights reserved.38 // test_a_1/m*.proto are in the same Go package and proto package.39 // test_a_*/*.proto are in different Go packages, but the same proto package.40 // test_b_1/*.proto are in the same Go package, but different proto packages.
23 # Special struct generated by Go code.32 # Special struct generated by Go code.37 # Special struct generated by Go code.42 # Special struct generated by Go code.47 # Special struct generated by Go code.
1 // Go support for Protocol Buffers - Google's data interchange format3 // Copyright 2018 The Go Authors. All rights reserved.38 import public "import_public/sub/a.proto"; // Different Go package.39 import public "import_public/b.proto"; // Same Go package.
6 Porting Go to a new architecture/OS combination or adding syscalls, types, or19 The old build system generates the Go files based on the C header files25 To avoid this, if you are using the old build system, only generate the Go79 When porting Go to an new architecture/OS, this file must be implemented for87 Go numeric constants. See `zsysnum_${GOOS}_${GOARCH}.go` for the generated98 hand-written Go files which implement system calls (for unix, the specific OS,115 For each OS, there is a hand-written Go file at `${GOOS}/types.go` (or117 creates Go type aliases to the corresponding C types. The file is then fed118 through godef to get the Go compatible definitions. Finally, the generated code142 the desired `#define` statements, and generates the corresponding Go constants.[all …]