Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaChen-Zeng committed Aug 10, 2014
1 parent b570fc9 commit 89a9c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- [func OpenFile(name string, flag int, perm FileMode) (file *File, err error)](File_OpenFile.md)
- [func Pipe() (r *File, w *File, err error)](File_Pipe.md)
- [func (f *File) Chdir() error](File_Chdir.md)
- [func (f *File) Chmod(mode FileMode) error](File_Chdir.md)
- [func (f *File) Chmod(mode FileMode) error](File_Chmod.md)
- [func (f *File) Chown(uid, gid int) error](File_Chown.md)
- [func (f *File) Close() error](File_Close.md)
- [func (f *File) Fd() uintptr](File_Fd.md)
Expand Down

0 comments on commit 89a9c3d

Please sign in to comment.