pillar

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

README

Pillar

GitHub Workflow Status Release Codecov Licanse Starts Releases

Introduction

Simple Go application for using as starting point for writing Go applications.

Usage

  1. Clone the repository

    git clone git@github.com:mohammadne/pillar.git
    
  2. Change the remote git-origin (replace your own)

    REMOTE_ORIGIN="git@github.com:mohammadne/pillar.git"
    git remote set-url origin $REMOTE_ORIGIN
    
  3. Update package-name (replace your own)

    REPLACE="username/repository"
    LC_ALL=C find . -type f -not -path ".git/*" -exec sed -i "s#mohammadne/pillar#$REPLACE#g" {} +
    
  4. Update command descriptions

    vim main.go
    vim cmd/server.go
    
  5. Update or delete this file

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL