1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-06 11:02:41 +03:00

Bring back files from vendor directory that we accidentally excluded

This commit is contained in:
Stefan Haller
2025-07-06 15:44:18 +02:00
parent 59b68f9794
commit f8865c4182
21 changed files with 252 additions and 0 deletions

13
vendor/github.com/gdamore/encoding/.appveyor.yml generated vendored Normal file
View File

@@ -0,0 +1,13 @@
version: 1.0.{build}
clone_folder: c:\gopath\src\github.com\gdamore\encoding
environment:
GOPATH: c:\gopath
build_script:
- go version
- go env
- SET PATH=%LOCALAPPDATA%\atom\bin;%GOPATH%\bin;%PATH%
- go get -t ./...
- go build
- go install ./...
test_script:
- go test ./...