profile: Hide godoc stderr

master
Pierre Neidhardt 2016-10-13 14:54:05 +05:30
parent c75f5ff123
commit 92a0041db1
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ if [ -d "$HOME/go" ]; then
export GOPATH=~/go:~/.go-tools
appendpath "$HOME/.go-tools/bin"
appendpath "$HOME/go/bin"
command -v godoc >/dev/null 2>&1 && godoc -http :6060 -play &
command -v godoc >/dev/null 2>&1 && godoc -http :6060 -play 2>/dev/null &
fi
## Startup error log.