From 3bbaf75e03d7be1468259a42be204482286291cc Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Sun, 14 Jul 2019 19:40:16 +0200 Subject: [PATCH] chore: prepare repo meta --- .circleci/config.yml | 2 +- .goreleaser.yml | 4 ++-- Dockerfile | 6 +++--- README.md | 22 +++++++++++----------- doc.go | 2 +- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7795bc5..06195d4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,5 +1,5 @@ defaults: &defaults - working_directory: /go/src/moul.io/golang-repo-template + working_directory: /go/src/moul.io/quicssh docker: - image: circleci/golang:1.12 environment: diff --git a/.goreleaser.yml b/.goreleaser.yml index 3fae919..8d1e790 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -18,7 +18,7 @@ changelog: - '^docs:' - '^test:' brew: - name: golang-repo-template + name: quicssh github: owner: moul name: homebrew-moul @@ -26,4 +26,4 @@ brew: name: moul-bot email: "m+bot@42.am" homepage: https://manfred.life/ - description: "golang-repo-template" + description: "quicssh" diff --git a/Dockerfile b/Dockerfile index cfa2fc4..5cee82d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.12-alpine as builder RUN apk add --no-cache git gcc musl-dev make ENV GO111MODULE=on -WORKDIR /go/src/moul.io/golang-repo-template +WORKDIR /go/src/moul.io/quicssh COPY go.* ./ RUN go mod download COPY . ./ @@ -10,6 +10,6 @@ RUN make install # minimalist runtime FROM alpine:3.10 -COPY --from=builder /go/bin/golang-repo-template /bin/ -ENTRYPOINT ["/bin/golang-repo-template"] +COPY --from=builder /go/bin/quicssh /bin/ +ENTRYPOINT ["/bin/quicssh"] CMD [] diff --git a/README.md b/README.md index 93bd04b..c3e5f39 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,29 @@ -# golang-repo-template +# quicssh -:smile: golang-repo-template does +:smile: quicssh does -[![CircleCI](https://circleci.com/gh/moul/golang-repo-template.svg?style=shield)](https://circleci.com/gh/moul/golang-repo-template) -[![GoDoc](https://godoc.org/moul.io/golang-repo-template?status.svg)](https://godoc.org/moul.io/golang-repo-template) -[![License](https://img.shields.io/github/license/moul/golang-repo-template.svg)](https://github.com/moul/golang-repo-template/blob/master/LICENSE) -[![GitHub release](https://img.shields.io/github/release/moul/golang-repo-template.svg)](https://github.com/moul/golang-repo-template/releases) -[![Go Report Card](https://goreportcard.com/badge/moul.io/golang-repo-template)](https://goreportcard.com/report/moul.io/golang-repo-template) -[![Docker Metrics](https://images.microbadger.com/badges/image/moul/golang-repo-template.svg)](https://microbadger.com/images/moul/golang-repo-template) +[![CircleCI](https://circleci.com/gh/moul/quicssh.svg?style=shield)](https://circleci.com/gh/moul/quicssh) +[![GoDoc](https://godoc.org/moul.io/quicssh?status.svg)](https://godoc.org/moul.io/quicssh) +[![License](https://img.shields.io/github/license/moul/quicssh.svg)](https://github.com/moul/quicssh/blob/master/LICENSE) +[![GitHub release](https://img.shields.io/github/release/moul/quicssh.svg)](https://github.com/moul/quicssh/releases) +[![Go Report Card](https://goreportcard.com/badge/moul.io/quicssh)](https://goreportcard.com/report/moul.io/quicssh) +[![Docker Metrics](https://images.microbadger.com/badges/image/moul/quicssh.svg)](https://microbadger.com/images/moul/quicssh) [![Made by Manfred Touron](https://img.shields.io/badge/made%20by-Manfred%20Touron-blue.svg?style=flat)](https://manfred.life/) ## Usage ```console -$ golang-repo-template -h +$ quicssh -h ... ``` ## Install ```console -$ go get -u moul.io/golang-repo-template +$ go get -u moul.io/quicssh ``` ## License © 2019 [Manfred Touron](https://manfred.life) - -[Apache-2.0 License](https://github.com/moul/golang-repo-template/blob/master/LICENSE) +[Apache-2.0 License](https://github.com/moul/quicssh/blob/master/LICENSE) diff --git a/doc.go b/doc.go index 9804be8..48c384d 100644 --- a/doc.go +++ b/doc.go @@ -13,4 +13,4 @@ // limitations under the License. // Package main is ... -package main // import "moul.io/golang-repo-template" +package main // import "moul.io/quicssh"