Skip to content

Commit

Permalink
Merge pull request #30 from kylelemons/gomod
Browse files Browse the repository at this point in the history
Modernize the build to use Go modules
  • Loading branch information
kylelemons authored Aug 30, 2020
2 parents 08cad36 + d3efba7 commit 95000da
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 21 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ go:
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
1 change: 0 additions & 1 deletion README

This file was deleted.

9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Simple YAML-like Configs
========================

[![PkgGoDev](https://pkg.go.dev/badge/github.com/kylelemons/go-gypsy/yaml)](https://pkg.go.dev/github.com/kylelemons/go-gypsy/yaml)
[![GoDoc](https://godoc.org/github.com/kylelemons/go-gypsy/yaml?status.svg)](https://godoc.org/github.com/kylelemons/go-gypsy/yaml)
[![Build Status](https://travis-ci.com/kylelemons/go-gypsy.svg?branch=master)](https://travis-ci.com/kylelemons/go-gypsy)

This repository contains a very simple parser for a YAML-like config language.
Check out the API and the spec on [GoDoc](https://godoc.org/github.com/kylelemons/go-gypsy).
11 changes: 0 additions & 11 deletions example/yget/Makefile

This file was deleted.

3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/kylelemons/go-gypsy

go 1.5
9 changes: 0 additions & 9 deletions yaml/Makefile

This file was deleted.

0 comments on commit 95000da

Please sign in to comment.