diff --git a/doc/go_spec.html b/doc/go_spec.html index 2309ce47fe..af82931247 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -16,8 +16,7 @@ Go is a general-purpose language designed with systems programming in mind. It is strongly typed and garbage-collected and has explicit support for concurrent programming. Programs are constructed from packages, whose properties allow efficient management of -dependencies. The existing implementations use a traditional -compile/link model to generate executable binaries. +dependencies.