1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

refactor: replace sqlite with pure go implementation

This commit is contained in:
Ferdinand Mütsch
2022-09-08 21:13:13 +02:00
parent e399af1f1f
commit dd8658e33e
7 changed files with 71 additions and 60 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
echo "Compiling."
go build
CGO_ENABLED=0 go build
if ! command -v newman &> /dev/null
then