Skip to content

Instantly share code, notes, and snippets.

@silviucm
Created September 15, 2018 12:22
Show Gist options
  • Save silviucm/c162ee86f2d0d9837fe8b5c5d7042f29 to your computer and use it in GitHub Desktop.
Save silviucm/c162ee86f2d0d9837fe8b5c5d7042f29 to your computer and use it in GitHub Desktop.
package servio
import (
"fmt"
)
func ServerFunc() {
fmt.Println("Hello from server")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment