package main import ( db "netina/database" ) func main(){ db.Create_tables() }