From 5da700a9d0d06cca7411cda9fb3802e28f7c23ea Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Tue, 31 Aug 2021 23:50:54 +0400 Subject: [PATCH] Update GenerateImplementation.md --- Docs/GenerateImplementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/GenerateImplementation.md b/Docs/GenerateImplementation.md index 0ea644c..01c701f 100644 --- a/Docs/GenerateImplementation.md +++ b/Docs/GenerateImplementation.md @@ -11,7 +11,7 @@ to have a go compiler present in his computer. Due to the introduction of this m ## How does this work ? ### [Struct information](https://github.com/Akilan1999/p2p-rendering-computation/blob/9d69aed8ce0fe5273aaff2828f7d51c3d5ac2ce4/generate/generate.go#L19) -- ###```Generate.go```: +- ### ```Generate.go```: This file creates a local copy of P2PRC from where the CLI was called from. This go file also does various stuff like instruction of file should be ignored when copying and which of should not be. Now let's understand this. Below is a sample code which does the following: