Browse Source

upgrade go version

pull/101/head
aler9 5 years ago
parent
commit
a9a5bc1cd7
  1. 2
      README.md
  2. 4
      go.mod

2
README.md

@ -252,7 +252,7 @@ Args:
### Compile and run from source ### Compile and run from source
Install Go ≥ 1.12, download the repository, open a terminal in it and run: Install Go ≥ 1.14, download the repository, open a terminal in it and run:
``` ```
go run . go run .
``` ```

4
go.mod

@ -1,6 +1,6 @@
module rtsp-simple-server module github.com/aler9/rtsp-simple-server
go 1.12 go 1.14
require ( require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect

Loading…
Cancel
Save