Skip to content

Commit 78840d1

Browse files
Muhamad Azmymaxux
andauthored
go mod for 0-fs (#46)
* Use GO modules * Force rebuild Co-authored-by: Maxime Daniel <root@maxux.net>
1 parent 8c8e3e7 commit 78840d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,3 +248,4 @@ Here is what we changed:
248248

249249
# Repository Owner
250250
- [Maxime Daniel](https://github.com/maxux), Telegram: [@maxux](http://t.me/maxux)
251+

packages/0-fs.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ prepare_zfs() {
2121
compile_zfs() {
2222
echo "[+] compiling 0-fs"
2323
pushd 0-fs
24-
make
24+
GO111MODULE=on make
2525
popd
2626
}
2727

@@ -50,4 +50,3 @@ registrar_zfs() {
5050
}
5151

5252
registrar_zfs
53-

0 commit comments

Comments
 (0)