Moves old test code to a different directory.

This commit is contained in:
Mariano Uvalle 2021-08-11 18:27:37 -05:00
parent ac9342e975
commit 0d71b5abfb
3 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@ package main
import (
"log"
"github.com/AYM1607/proglog/internal/server"
"github.com/AYM1607/proglog/old/server"
)
func main() {