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:
Rohan Singh 2022-03-01 22:30:23 -05:00
parent 7718986fb5
commit dd1cead28d
12 changed files with 29 additions and 133 deletions

View file

@ -2,8 +2,8 @@
package main
import (
"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 main() {

View file

@ -5,8 +5,8 @@ import (
"bufio"
"image"
"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 main() {