Simplify folder structure

This commit is contained in:
Alexander Krieg
2019-06-15 13:38:07 +00:00
parent ded18bad50
commit b6cda78c17
2 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ package main
import ( import (
"fmt" "fmt"
"github.com/microsoft/vscode-remote-try-go/hello" "hello"
"io" "io"
"net/http" "net/http"
) )