Skip to content

Instantly share code, notes, and snippets.

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