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