Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Stream Server Project
Stream Server
Commits
8c9261ff
Commit
8c9261ff
authored
Aug 21, 2019
by
Simon Kirsten
Browse files
Fixed link in console output
parent
93581d8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmd/stream-tv-server/main.go
View file @
8c9261ff
...
...
@@ -93,7 +93,7 @@ func main() {
}
}
fmt
.
Printf
(
"Read the documentation at %s
usage/ on how to use this server
.
\n
"
,
docURL
)
fmt
.
Printf
(
"Read the documentation at %s
quickstart/ to get started
.
\n
"
,
docURL
)
fmt
.
Printf
(
"Stop with Ctrl-C or close this terminal.
\n
"
)
mux
:=
http
.
NewServeMux
()
// new router
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment