Fixed bug: package name convention mistake

This commit is contained in:
zhangpeihao
2014-11-17 18:08:22 +08:00
parent 1ffede9bbc
commit a3f6764c80
22 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
// Copyright 2013, zhangpeihao All rights reserved.
package rtmp
package gortmp
import (
"github.com/zhangpeihao/log"

View File

@@ -1,6 +1,6 @@
// Copyright 2013, zhangpeihao All rights reserved.
package rtmp
package gortmp
import (
"github.com/zhangpeihao/goamf"

View File

@@ -1,6 +1,6 @@
// Copyright 2013, zhangpeihao All rights reserved.
package rtmp
package gortmp
import (
"bufio"

View File

@@ -1,7 +1,7 @@
// Copyright 2013, zhangpeihao All rights reserved.
// RTMP protocol golang implementation
package rtmp
package gortmp
import (
"bufio"

View File

@@ -1,4 +1,4 @@
package rtmp
package gortmp
import (
"github.com/zhangpeihao/log"

View File

@@ -7,7 +7,7 @@ import (
"flag"
"fmt"
"github.com/zhangpeihao/goflv"
"github.com/zhangpeihao/gortmp"
rtmp "github.com/zhangpeihao/gortmp"
"github.com/zhangpeihao/log"
"io"
"net"

View File

@@ -6,7 +6,7 @@ import (
"errors"
"flag"
"fmt"
"github.com/zhangpeihao/gortmp"
rtmp "github.com/zhangpeihao/gortmp"
"github.com/zhangpeihao/log"
"io"
"net"

View File

@@ -4,7 +4,7 @@ import (
"flag"
"fmt"
"github.com/zhangpeihao/goflv"
"github.com/zhangpeihao/gortmp"
rtmp "github.com/zhangpeihao/gortmp"
"github.com/zhangpeihao/log"
"os"
"time"

View File

@@ -4,7 +4,7 @@ import (
"flag"
"fmt"
"github.com/zhangpeihao/goflv"
"github.com/zhangpeihao/gortmp"
rtmp "github.com/zhangpeihao/gortmp"
"github.com/zhangpeihao/log"
"os"
"os/signal"

View File

@@ -1,4 +1,4 @@
package rtmp
package gortmp
var (
fp_s1 = []byte{

View File

@@ -1,6 +1,6 @@
// Copyright 2013, zhangpeihao All rights reserved.
package rtmp
package gortmp
import (
"bufio"

View File

@@ -1,4 +1,4 @@
package rtmp
package gortmp
import (
"bytes"

View File

@@ -1,6 +1,6 @@
// Copyright 2013, zhangpeihao All rights reserved.
package rtmp
package gortmp
import (
"encoding/binary"

View File

@@ -1,4 +1,4 @@
package rtmp
package gortmp
import (
"bytes"

View File

@@ -1,6 +1,6 @@
// Copyright 2013, zhangpeihao All rights reserved.
package rtmp
package gortmp
import (
"bufio"

View File

@@ -1,6 +1,6 @@
// Copyright 2013, zhangpeihao All rights reserved.
package rtmp
package gortmp
import (
"bytes"

View File

@@ -1,6 +1,6 @@
// Copyright 2013, zhangpeihao All rights reserved.
package rtmp
package gortmp
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package rtmp
package gortmp
var (
my_s1 = []byte{

View File

@@ -1,6 +1,6 @@
// Copyright 2013, zhangpeihao All rights reserved.
package rtmp
package gortmp
import (
"bufio"

View File

@@ -1,6 +1,6 @@
// Copyright 2013, zhangpeihao All rights reserved.
package rtmp
package gortmp
import (
"errors"

View File

@@ -1,5 +1,5 @@
// Copyright 2013, zhangpeihao All rights reserved.
package rtmp
package gortmp
import (
"bufio"

View File

@@ -1,4 +1,4 @@
package rtmp
package gortmp
var (
vlc_s1 = []byte{