Browse Source

Fix nits.

pull/2/head
Justine Alexandra Roberts Tunney 11 years ago
parent
commit
e7aca9f034
2 changed files with 428 additions and 428 deletions
  1. +1
    -1
      example/echo3/echo3_test.go
  2. +427
    -427
      sip/msg_parse.go

+ 1
- 1
example/echo3/echo3_test.go View File

@ -1,6 +1,6 @@
// Echo test that uses slightly higher level APIs.
package echo2_test
package echo3_test
import (
"github.com/jart/gosip/dsp"


+ 427
- 427
sip/msg_parse.go
File diff suppressed because it is too large
View File


Loading…
Cancel
Save