/* Copyright © 2024 tux <0xtux@pm.me> */ package server import ( "log" ) func Start(port uint16) { log.Printf("Hello from server: %d", port) }