1
0
Fork 0

Update import path
All checks were successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Daniele Tricoli 2022-12-05 10:46:57 +01:00
parent 30d72a7a78
commit 713683034d
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ and files can be excluded using `--exclude` flag (short version `-e`).
To build `mvshaker` and install it to `$GOPATH/bin/mvshaker`you need a working
Go compiler:
% go get eriol.xyz/mvshaker
% go get noa.mornie.org/eriol/mvshaker
## Examples ##

View file

@ -3,7 +3,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main // import "eriol.xyz/mvshaker"
package main // import "noa.mornie.org/eriol/mvshaker"
import (
"io/ioutil"