Skip to content

Commit

Permalink
examples updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kpacha committed Jan 25, 2021
1 parent 5862fa4 commit 2e27b91
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 149 deletions.
24 changes: 0 additions & 24 deletions chi/Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions chi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Krakend Chi example

## Build

Go 1.8 is a requirement
Go 1.12 is a requirement

```bash
$ make
$ go build -o krakend_chi_example .
```

## Run
Expand Down
22 changes: 0 additions & 22 deletions gin/Makefile

This file was deleted.

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

## Build

Go 1.8 is a requirement
Go 1.12 is a requirement

$ make
$ go build -o krakend_gin_example .

## Run

Expand Down
21 changes: 0 additions & 21 deletions gorilla/Makefile

This file was deleted.

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

## Build

Go 1.8 is a requirement
Go 1.12 is a requirement

$ make
$ go build -o krakend_gorilla_example .

## Run

Expand Down
24 changes: 0 additions & 24 deletions jwt/Makefile

This file was deleted.

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

## Build

Go 1.8 is a requirement
Go 1.12 is a requirement

$ make
$ go build -o krakend_jwt_example .

## Run

Expand Down
21 changes: 0 additions & 21 deletions mux/Makefile

This file was deleted.

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

## Build

Go 1.8 is a requirement
Go 1.12 is a requirement

$ make
$ go build -o krakend_mux_example .

## Run

Expand Down
25 changes: 0 additions & 25 deletions negroni/Makefile

This file was deleted.

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

## Build

Go 1.8 is a requirement
Go 1.12 is a requirement

$ make
$ go build -o krakend_negroni_example .

## Run

Expand Down

0 comments on commit 2e27b91

Please sign in to comment.