8 lines
83 B
Go
8 lines
83 B
Go
package main
|
|
|
|
import . "Elektromarket/initializers"
|
|
|
|
func main() {
|
|
Initialize()
|
|
}
|