Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

samsung-cnct/golang-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-tools

Purpose

This repository holds some useful golang tools.

Tools

goglide-container

Build a golang with glide and gosu container. README

New golang Project Start Templates

example-project

A base golang project framework to use to create new golang projects/repos. README

Summary

  • Create your new repository area.
  • Copy the contents of /example-project/* to that location. i.e. It should be at the root level of the repository.
  • Edit and rename the appropriate files. See the README for instructions.

golang-dev-container/sample_golang_proj

A different simplified base golang project setup. README

Summary

Still under development/refinement.