An error occurred fetching the project authors.
  1. 02 Nov, 2011 1 commit
  2. 29 Aug, 2011 1 commit
  3. 09 Jul, 2011 1 commit
  4. 01 Jul, 2011 1 commit
  5. 18 Apr, 2011 1 commit
  6. 18 Jan, 2011 1 commit
  7. 03 Aug, 2010 1 commit
  8. 15 Dec, 2009 1 commit
  9. 02 Nov, 2009 1 commit
  10. 13 Oct, 2009 1 commit
    • Rob Pike's avatar
      Automated g4 rollback of changelist 35383. · 78395213
      Rob Pike authored
      *** Reason for rollback ***
      
      roll back the changes to the tutorial programs (only) since they
      break the automated processing used to create the tutorial.
      
      *** Original change description ***
      
      apply gofmt to the LGTM-marked files from 34501
      that have not changed since I applied gofmt.
      
      R=rsc
      DELTA=139  (0 added, 44 deleted, 95 changed)
      OCL=35670
      CL=35670
      78395213
  11. 06 Oct, 2009 1 commit
  12. 26 Jun, 2009 1 commit
    • Russ Cox's avatar
      Change os.Error convention: · a0bcaf4c
      Russ Cox authored
      echo back context of call in error if likely to be useful.
      
      For example, if os.Open("/etc/passwd", os.O_RDONLY)
      fails with syscall.EPERM, it returns as the os.Error
      
      	&PathError{
      		Op: "open",
      		Path: "/etc/passwd"
      		Error: os.EPERM
      	}
      
      which formats as
      
      	open /etc/passwd: permission denied
      
      Not converted:
      
      	datafmt
      	go/...
      	google/...
      	regexp
      	tabwriter
      	template
      
      R=r
      DELTA=1153  (561 added, 156 deleted, 436 changed)
      OCL=30738
      CL=30781
      a0bcaf4c
  13. 02 Jun, 2009 1 commit
  14. 17 Apr, 2009 1 commit
  15. 17 Mar, 2009 1 commit