From 3a206617dd8568e18b7988b3379e8bd73a286481 Mon Sep 17 00:00:00 2001 From: Jie Date: Mon, 25 Apr 2022 19:23:50 -0400 Subject: [PATCH] comment --- CTng/util/IO.go | 1 + 1 file changed, 1 insertion(+) diff --git a/CTng/util/IO.go b/CTng/util/IO.go index 327d177..17db6ad 100644 --- a/CTng/util/IO.go +++ b/CTng/util/IO.go @@ -7,6 +7,7 @@ import ( "strings" ) +//Written By Jie //This read function reads from a Json file as a byte array and returns it. //This function will be called for all the reading from json functions