Skip to content

Commit

Permalink
dns example updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kpacha committed Jan 25, 2021
1 parent f40593b commit 5862fa4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 24 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
KrakenD examples
====

There is a `Makefile` in every example that will download library dependencies and compile a binary for you to test. Just run:
Some examples of custom krakend builds. Just run:

$ cd gin
$ make
$ cd <example_dir>
$ go build
19 changes: 0 additions & 19 deletions dns/Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Krakend DNS SRV example

## Build

Go 1.8 is a requirement
Go 1.12 is a requirement

$ make
$ go build -o krakend_dns_example .

## Run

Expand Down

0 comments on commit 5862fa4

Please sign in to comment.