Move server -> factorio-site

This commit is contained in:
Chandler Swift 2020-03-20 10:40:48 -05:00
parent 91e7af02dc
commit 84ff0db648
2 changed files with 0 additions and 0 deletions

9
factorio-site_test.go Normal file
View file

@ -0,0 +1,9 @@
package main
import (
"testing"
)
func TestServ(t *testing.T) {
// todo
}