mirror of
https://github.com/talgo-cloud/talgo-libwebp.git
synced 2026-03-07 21:48:16 -08:00
Fork and add module
The upstream harukasan/go-libwebp hasn't been updated in almost three years, so we're officially forking this into tidbyt/go-libwebp and making it a Go module.
This commit is contained in:
parent
7718986fb5
commit
dd1cead28d
12 changed files with 29 additions and 133 deletions
|
|
@ -4,8 +4,8 @@ import (
|
|||
"fmt"
|
||||
"testing"
|
||||
|
||||
"github.com/harukasan/go-libwebp/test/util"
|
||||
"github.com/harukasan/go-libwebp/webp"
|
||||
"github.com/tidbyt/go-libwebp/test/util"
|
||||
"github.com/tidbyt/go-libwebp/webp"
|
||||
)
|
||||
|
||||
func TestDecodeAnimationInfo(t *testing.T) {
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/harukasan/go-libwebp/test/util"
|
||||
"github.com/harukasan/go-libwebp/webp"
|
||||
"github.com/tidbyt/go-libwebp/test/util"
|
||||
"github.com/tidbyt/go-libwebp/webp"
|
||||
)
|
||||
|
||||
func TestEncodeAnimation(t *testing.T) {
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ import (
|
|||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/harukasan/go-libwebp/test/util"
|
||||
"github.com/harukasan/go-libwebp/webp"
|
||||
"github.com/tidbyt/go-libwebp/test/util"
|
||||
"github.com/tidbyt/go-libwebp/webp"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue