Changes database initialization

This commit is contained in:
Dennis Schoepf 2024-09-03 19:49:03 +02:00
parent c0b6ecbf1c
commit ccc85259cb
3 changed files with 45 additions and 7 deletions

View file

@ -16,7 +16,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package main
import "freed/cmd"
import (
"freed/cmd"
)
func main() {
cmd.Execute()