Coder Social home page Coder Social logo

evgeniy-goroh / go-zeroservice Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rumyantseva/go-zeroservice

0.0 2.0 0.0 31 KB

A "zero" web service written in Go

Home Page: https://habrahabr.ru/post/337158/

License: MIT License

Makefile 47.72% Go 52.28%

go-zeroservice's Introduction

Release Build Status Go Report Card

go-zeroservice

A "zero" web service written in Go. This service respresents an example for this article: Готовим сборку Go-приложения в продакшн.

Quick start to try how it works

  • Use make vendor to update dependencies.
  • Use make check to check if there are no problems in the source code.
  • Use make build to prepare a build.

What the files mean

Yes, there are a lot of configuration files here 🤓

  • Makefile contains popular instructions to check and build the source code.
  • Gopkg.toml was made automatically by dep, so Gopkg.lock did. It contains configuration of external dependecies. If you need to know more about dependencies and dep, please, watch this video.
  • vendor is a directory to store external dependencies, there is only httrouter here because it is my only dependency in this project. If I want to have production-readiness, I prefer to store this directory in git.
  • .travis.yml describes CI configuration for Travis CI.
  • And finally app.go and version.go contain the source code.

go-zeroservice's People

Contributors

brongineers avatar dvrkps avatar quasilyte avatar rumyantseva avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.