This commit is contained in:
Łukasz Magiera 2021-04-30 18:02:57 +02:00 committed by Aayush Rajasekaran
parent c6cebb448f
commit 94d3c8bed7

View File

@ -3,11 +3,12 @@ package main
import ( import (
"bytes" "bytes"
"fmt" "fmt"
"golang.org/x/xerrors"
"io/ioutil" "io/ioutil"
"os" "os"
"path/filepath" "path/filepath"
"text/template" "text/template"
"golang.org/x/xerrors"
) )
var latestVersion = 4 var latestVersion = 4