sunyue
1 year ago
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
package main |
|||
|
|||
import ( |
|||
"Web/src/main/project" |
|||
) |
|||
|
|||
func main() { |
|||
project.OpenDB() |
|||
project.Api() |
|||
select {} |
|||
} |
Loading…
Reference in new issue