merge Route into Env, rebase dagger compute to use the new API

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-03-24 17:55:21 -07:00
committed by Solomon Hykes
parent 43b3af6fff
commit cba524eb0f
13 changed files with 578 additions and 772 deletions

View File

@@ -5,7 +5,7 @@ import (
)
func TestEnvInputFlag(t *testing.T) {
env, err := NewEnv()
env, err := NewRoute()
if err != nil {
t.Fatal(err)
}