minecraft-site/minecraft-site_test.go
Chandler Swift f17074d22d
Update for Minecraft
Using template from the PHP version of this site, from 2016/2017!

$ ls -Alh
-rw-r--r-- 1 chandler chandler 1.5K Jan  4  2017 index.php
2023-09-29 19:59:54 -05:00

10 lines
78 B
Go

package main
import (
"testing"
)
func TestServ(t *testing.T) {
// todo
}