9 lines
72 B
Go
9 lines
72 B
Go
package server
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func Servers() {
|
|
fmt.Print("here")
|
|
} |