1
0
Fork 0

Fix import
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
Daniele Tricoli 2022-12-05 10:53:22 +01:00
parent 214605cc4d
commit 7847570027
2 changed files with 2 additions and 2 deletions

2
doc.go
View File

@ -28,4 +28,4 @@ Since version 0.2:
# mvshaker -r /bin -e bash -e ls
*/
package main // import "eriol.xyz/mvshaker"
package main // import "noa.mornie.org/eriol/mvshaker"

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"