Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
7685a67f
Commit
7685a67f
authored
Nov 10, 2009
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a q&a about google's internal use of go
R=rsc CC=go-dev
http://go/go-review/1026035
parent
1a821b32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
go_faq.html
doc/go_faq.html
+14
-0
No files found.
doc/go_faq.html
View file @
7685a67f
...
...
@@ -89,6 +89,20 @@ if they enjoy it. Not every programmer
will, but we hope enough will find satisfaction in the approach it
offers to justify further development.
<h3
id=
"Is_Google_using_go_internally"
>
Is Google using Go
internally?
</h3>
<p>
The Go project was conceived to make it easier to write the kind
of servers and other software Google uses internally, but the
implementation isn't quite mature enough yet for large-scale
production use. While we continue development we are also doing
experiments with the language as a candidate server environment. It's
getting there. For instance, the server behind
<a
href=
"http://golang.org"
>
http://golang.org
</a>
is a Go program; in
fact it's just the
<a
href=
"/cmd/godoc"
><code>
godoc
</code></a>
document server running in a
production configuration.
<h3
id=
"Do_Go_programs_link_with_Cpp_programs"
>
Do Go programs link with C/C++ programs?
</h3>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment