Merge pull request #21 from MaksimZhukov/v-mazhuk/fix-powerhell-issue-with-paths

Fix PowerShell issue with relative paths
This commit is contained in:
MaksimZhukov
2020-11-17 20:54:55 +03:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
using module "./builders/win-go-builder.psm1" using module "./win-go-builder.psm1"
using module "./builders/nix-go-builder.psm1" using module "./nix-go-builder.psm1"
<# <#
.SYNOPSIS .SYNOPSIS

View File

@@ -1,4 +1,4 @@
using module "./builders/go-builder.psm1" using module "./go-builder.psm1"
class NixGoBuilder : GoBuilder { class NixGoBuilder : GoBuilder {
<# <#

View File

@@ -1,4 +1,4 @@
using module "./builders/go-builder.psm1" using module "./go-builder.psm1"
class WinGoBuilder : GoBuilder { class WinGoBuilder : GoBuilder {
<# <#