From 8a310be175458fc029369c178db658c165aedb7e Mon Sep 17 00:00:00 2001 From: xuyang2 Date: Tue, 2 Jul 2024 21:51:08 +0800 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marwan Rabbâa --- go/nethttp/config.yaml | 4 ++-- go/nethttp/go.mod | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/go/nethttp/config.yaml b/go/nethttp/config.yaml index 0e8a2a0f337..535821e3159 100644 --- a/go/nethttp/config.yaml +++ b/go/nethttp/config.yaml @@ -1,4 +1,4 @@ framework: - website: https://go.dev/ + website: go.dev # https://go.dev/blog/routing-enhancements - version: "1.22" + version: 1.22" diff --git a/go/nethttp/go.mod b/go/nethttp/go.mod index 906a5706c7e..922133d9472 100644 --- a/go/nethttp/go.mod +++ b/go/nethttp/go.mod @@ -1,3 +1,2 @@ module main -go 1.22