Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawid 'DeyV' Polak authored and Dawid 'DeyV' Polak committed Oct 23, 2020
1 parent 5f58c65 commit be5a5a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.15
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
*.exe
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/
/.idea
/dist
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@


[![Build Status](https://travis-ci.org/mentax/csv2xlsx.svg?branch=master)](https://travis-ci.org/mentax/csv2xlsx)
![goreleaser](https://github.com/mentax/csv2xlsx/workflows/goreleaser/badge.svg)
[![GoDoc](https://godoc.org/github.com/mentax/csv2xlsx?status.svg)](https://godoc.org/github.com/mentax/csv2xlsx)
[![codebeat badge](https://codebeat.co/badges/1b57272c-e0fa-4a14-93b5-3586e192fdb3)](https://codebeat.co/projects/github-com-mentax-csv2xlsx-master)
[![Go Report Card](https://goreportcard.com/badge/github.com/mentax/csv2xlsx)](https://goreportcard.com/report/github.com/mentax/csv2xlsx)
[![Coverage](https://gocover.io/_badge/github.com/mentax/csv2xlsx)](http://gocover.io/github.com/mentax/csv2xlsx)
<!--
[![Coverage](https://gocover.io/_badge/github.com/mentax/csv2xlsx)](http://gocover.io/github.com/mentax/csv2xlsx)
-->

# csv 2 xlsx

## HELP
Actual version always on csv2xlsx -h or csv2xlsx help
An actual version always available by run `csv2xlsx -h` or `csv2xlsx help`

### NAME:
csv2xlsx - Convert CSV data to xlsx - especially the big one.
Expand All @@ -32,9 +34,6 @@ csv2xlsx.exe -t example/template.xlsx -s Sheet_1 -s Sheet_2 -r 2 -o result.xlsx

csv2xlsx [global options] command [command options] [file of file's list with csv data]

#### VERSION:
0.2.1

#### GLOBAL OPTIONS:

```
Expand Down

0 comments on commit be5a5a8

Please sign in to comment.