From 364091966361ff1fd672908cb046bc92cc94ad6d Mon Sep 17 00:00:00 2001 From: Lee Briggs Date: Wed, 31 Aug 2022 13:40:55 -0700 Subject: [PATCH] add filepath package --- examples/examples_go_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/examples_go_test.go b/examples/examples_go_test.go index 66d002d0..e74ae2cb 100644 --- a/examples/examples_go_test.go +++ b/examples/examples_go_test.go @@ -5,7 +5,7 @@ package examples import ( - //"path/filepath" + "path/filepath" "testing" "github.com/pulumi/pulumi/pkg/v3/testing/integration"