diff --git a/README.md b/README.md index 31f4fb9..bc1324b 100644 --- a/README.md +++ b/README.md @@ -82,4 +82,4 @@ A shorthand for generating a 404 statuscode in Problem Details JSON to the Respo problemdetails.NewHTTP(http.StatusNotFound).ServeJSON(w, r) ``` - \ No newline at end of file + diff --git a/go.mod b/go.mod index 05a9a64..b167c54 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/mvmaasakkers/go-problemdetails -go 1.12 +go 1.13