Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-basics.tex 中的 os.Open 用法有错误 #20

Open
oska874 opened this issue Mar 2, 2016 · 0 comments
Open

go-basics.tex 中的 os.Open 用法有错误 #20

oska874 opened this issue Mar 2, 2016 · 0 comments
Assignees
Labels

Comments

@oska874
Copy link

oska874 commented Mar 2, 2016

\begin{lstlisting}
f, err := os.Open(name, os.O_RDONLY, 0)
if err != nil {
    return err
}

此处 os.Open 的参数应该只有一个

@mikespook mikespook added the bug label Mar 2, 2016
@mikespook mikespook self-assigned this Mar 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants