NOX73 / test-golang

golang test task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TheQuestion - Server

Requirements

  • Go 1.8+
  • govendor for dependency vendoring.

Installation

First, fork test repo on GitHub

Clone your fork:

mkdir -p ~/theq/src/github.com/TheQuestionru
cd ~/theq/src/github.com/TheQuestionru
git clone git@fork.git

Set GOPATH:

export GOPATH=~/theq

Install the dependencies and build the project:

make 

Task

Add TeamCity element type to dashboard, including tests, use newrelic module as an example.

Provide Dockerfile('s) to build & deploy code to production, and a Dockerfile for testing.

Any questions to: ngalayko@thequestion.ru

About

golang test task


Languages

Language:Go 99.5%Language:Makefile 0.5%