Chandler Swift
f17074d22d
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
10 lines
78 B
Go
10 lines
78 B
Go
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestServ(t *testing.T) {
|
|
// todo
|
|
}
|