pushed final docs for initial merge

This commit is contained in:
2025-01-21 21:08:22 +00:00
parent 1bd3a35992
commit a07f9588fb
17 changed files with 2774 additions and 6 deletions

40
main.md.org Normal file
View File

@@ -0,0 +1,40 @@
#+begin_html
<!-- Code generated by gomarkdoc. DO NOT EDIT -->
#+end_html
* p2p-rendering-computation
:PROPERTIES:
:CUSTOM_ID: p2p-rendering-computation
:END:
#+begin_src go
import "github.com/Akilan1999/p2p-rendering-computation"
#+end_src
** Index
:PROPERTIES:
:CUSTOM_ID: index
:END:
- [[#variables][Variables]]
** Variables
:PROPERTIES:
:CUSTOM_ID: variables
:END:
#+begin_src go
var List_servers, Ip_table bool
#+end_src
Varaibles if mode is client
#+begin_src go
var OS, Pull_location, Run_script string
#+end_src
VERSION specifies the version of the platform
#+begin_src go
var VERSION = "2.0.0"
#+end_src
Generated by [[https://github.com/princjef/gomarkdoc][gomarkdoc]]