1. 26 Feb, 2013 2 commits
    • Akshat Kumar's avatar
      net: Implement FileListener, FileConn, and File methods for Plan 9 · b461fe66
      Akshat Kumar authored
      Functions for representing network connections as files
      and vice versa, on Plan 9.
      
      Representing network connections as files is not so
      straight-forward, because a network connection on Plan 9
      is represented by a host of files rather than a single
      file descriptor (as is the case on UNIX). We use the
      type system to distinguish between listeners and
      connections, returning the control file in the former
      case and the data file in the latter case.
      
      R=rsc, rminnich, ality, akumar, bradfitz
      CC=golang-dev
      https://golang.org/cl/7235068
      b461fe66
    • Rob Pike's avatar
      cmd/vet: move the tests into separate files · 31444a79
      Rob Pike authored
      Then mark them with a build tag so they're not compiled into the binary.
      They are called test_*.go rather than *_test.go because they are not
      for go test. Use make test to test the command.
      
      R=golang-dev, adg
      CC=golang-dev
      https://golang.org/cl/7377052
      31444a79
  2. 25 Feb, 2013 22 commits
  3. 24 Feb, 2013 10 commits
  4. 23 Feb, 2013 6 commits