Skip to content

eiicon-company/go-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-core

Requirements

  • libvips@8.3+
  • mozjpeg
    • Installation:
      $ cd /tmp && \
      wget https://github.com/mozilla/mozjpeg/archive/v3.3.1.tar.gz && \
      tar -zxvf v3.3.1.tar.gz && \
      cd mozjpeg-3.3.1 && \
      autoreconf -fiv && \
      mkdir build && cd build && \
      sh ../configure && \
      make install && \
      ln -s /opt/mozjpeg/bin/* /usr/local/bin/
  • pngquant
    • Installation: apt install pngquant
  • gifsicle
    • Installation: apt install gifsicle

Installation

Download Project

$ GO111MODULE=on go get -u github.com:eiicon-company/go-core
$ GO111MODULE=on go get -u github.com:eiicon-company/go-core/v1
$ GO111MODULE=on go get -v github.com/eiicon-company/go-core@master
$ GO111MODULE=on go get -u github.com/eiicon-company/go-core@develop
$ GO111MODULE=on go get -v github.com/eiicon-company/go-core@feature_branch
$ GO111MODULE=on go get -u github.com/eiicon-company/go-core@feature/branch
$ GO111MODULE=on go get -v github.com/eiicon-company/go-core@bbb2610aea46e47f09f71d6bbc5b75dc3f585b08

Usage

Make sure what tasks are existing.

$ make help

Update Golang dependencies. This command would be help you when something went wrong.

$ make gomodule

DATA I/O

  • storage: s3, filesystam, gcs, etc..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.3%
  • Makefile 0.7%