move sdk out to its own module.

This commit is contained in:
fiatjaf
2023-10-31 17:48:06 -03:00
parent 5847335506
commit 1789d43d51
12 changed files with 42 additions and 622 deletions

View File

@@ -4,8 +4,6 @@ build-all:
echo "building $dir"
go build "./$dir"
end
echo "building sdk"
go build ./sdk
test-all:
#!/usr/bin/env fish
@@ -13,5 +11,3 @@ test-all:
echo "testing $dir"
go test "./$dir"
end
echo "testing sdk"
go test ./sdk