This website works better with JavaScript.
Explore
Help
Register
Sign In
rust
/
rust-course
mirror of
https://github.com/sunface/rust-course
Watch
5
Star
0
Fork
You've already forked rust-course
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
594f806d59
gh-pages
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '594f806d59'
${ noResults }
rust-course
/
vendor
/
github.com
/
labstack
/
gommon
/
log
/
white.go
13 lines
104 B
Raw
Blame
History
// +build appengine
package
log
import
(
"io"
"os"
)
func
output
(
)
io
.
Writer
{
return
os
.
Stdout
}
Reference in new issue
View Git Blame
Copy Permalink