diff --git a/DesignDocuments.md b/DesignDocuments.md index a591e23b..490b67ad 100644 --- a/DesignDocuments.md +++ b/DesignDocuments.md @@ -8,7 +8,7 @@ * [encoding.TextMarshaler and Unmarshaler](http://golang.org/s/go12encoding) * [Runtime Symbol Table Format](http://golang.org/s/go12symtab) * [Field Selectors and Nil Checks](http://golang.org/s/go12nil) - * x[i:j:k] [Slice Syntax](http://golang.org/s/go12slice) + * [```x[i:j:k]``` Slice Syntax](http://golang.org/s/go12slice) * [Preemptive Scheduler](https://docs.google.com/document/d/1ETuA2IOmnaQ4j81AtTGT40Y4_Jr6_IDASEKg0t0dBR8/edit?usp=sharing) # Go 1.3 @@ -25,9 +25,9 @@ * [Go 1.4 Custom Import Path Checking](http://golang.org/s/go14customimport) * [Go generate: A Proposal](http://golang.org/s/go1.4-generate) * [The syscall package](https://docs.google.com/a/golang.org/document/d/1QXzI9I1pOfZPujQzxhyRy6EeHYTQitKKjHfpq0zpxZs) - * [Go 1.4: unsafe.Pointer arithmetic](https://docs.google.com/a/dempsky.org/document/d/1yyCMzE4YPfsXvnZNjhszaYNqavxHhvbY-OWPqdzZK30/pub) * [Go 1.4 Subrepo Renaming](http://golang.org/s/go14subrepo) - * [Go Compiler Overhaul](https://docs.google.com/document/d/1P3BLR31VA8cvLJLfMibSuTdwTuF7WWLux71CYD0eeD8/edit) + * [Go 1.4 Native Client Support for ARM](http://golang.org/s/go14naclarm) + * [Go Compiler Overhaul](https://docs.google.com/document/d/1P3BLR31VA8cvLJLfMibSuTdwTuF7WWLux71CYD0eeD8/edit) # Future Proposals @@ -43,10 +43,11 @@
  • NUMA-aware scheduler for Go
  • Go 1.5+ "External" Packages
  • -

    Other Tools

    - +# Other Tools + * [Go Oracle](https://docs.google.com/document/d/1WmMHBUjQiuy15JfEnT8YBROQmEv-7K6bV-Y_K53oi5Y) + * [Binding Go and Java](http://golang.org/s/gobind) + * [Go Builder Plan](http://golang.org/s/builderplan) -

    Rejected Proposals

    -