Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
fixed issues from Codacy.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Mar 8, 2020
1 parent 87426c5 commit 0b86c55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ docker run --rm -v $PWD:/home/uniq2 tamada/uniq2:1.0.3 [OPTIONS] [ARGUMENTS...]
The meaning of the options of above command are as follows.
* `--rm`
* remove container after running Docker.
* remove container after running Docker.
* `-v $PWD:/home/uniq2`
* share volumen `$PWD` in the host OS to `/home/uniq2` in the container OS.
* Note that `$PWD` must be the absolute path.
* share volumen `$PWD` in the host OS to `/home/uniq2` in the container OS.
* Note that `$PWD` must be the absolute path.
[![Docker](https://img.shields.io/badge/docker-tamada%2Funiq2%3Alatest-blue?logo=docker&style=social)](https://hub.docker.com/r/tamada/uniq2)
Expand Down
3 changes: 3 additions & 0 deletions cmd/uniq2/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import (
"github.com/tamada/uniq2/lib"
)

/*
VERSION shows version of uniq2.
*/
const VERSION = "1.0.3"

func printHelp(appName string) {
Expand Down

0 comments on commit 0b86c55

Please sign in to comment.