lionkov / go9p

Package for implementing clients and servers of the 9P and 9P2000 distributed resource protocols in Go.
Other
20 stars 7 forks source link

srv/example/ufs.go won't compile #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To fix, replace "os.Dir" with "os.FileInfo" and add a cast at line 144 ;D

Seriously, it would be nice to have the examples compiled by default, so 
annoying bugs like these get noticed by anyone typing "make"

Original issue reported on code.google.com by VC.NET.L...@gmail.com on 26 Apr 2010 at 7:56

GoogleCodeExporter commented 9 years ago
fixed by update 2cebe97d80

Original comment by mirtchov...@gmail.com on 10 Aug 2010 at 3:32