@ -0,0 +1,13 @@
package main
// main package of the programm
// launching the main web package
// for future: loging
import (
"api_manager/web"
)
func main() {
web.Server()
}
The note is not visible to the blocked user.