From 6cf141c51a37ff60377fed8f291fbb98d0064d26 Mon Sep 17 00:00:00 2001 From: aperezg Date: Sat, 9 Nov 2019 20:26:33 +0100 Subject: [PATCH] remove unnecessary conversion --- here/module.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/here/module.go b/here/module.go index 2925b13..bdfb969 100644 --- a/here/module.go +++ b/here/module.go @@ -5,11 +5,11 @@ import ( ) type Module struct { - Path string `json:"path"` - Main bool `json:"main"` - Dir string `json:"dir"` - GoMod string `json:"go_mod"` - GoVersion string `json:"go_version"` + Path string + Main bool + Dir string + GoMod string + GoVersion string } func (i Module) String() string {