update docs

This commit is contained in:
aler9
2022-05-10 10:28:52 +02:00
parent edeef85e9e
commit 18f7fab361
8 changed files with 10 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ const (
// Method is the method of a RTSP request.
type Method string
// standard methods
// methods.
const (
Announce Method = "ANNOUNCE"
Describe Method = "DESCRIBE"