Go to file
2024-06-12 22:37:55 +03:00
cmd Add init for tlepCenter 2024-06-12 22:33:33 +03:00
communication Add Name to RegisteredUser 2024-06-12 21:11:38 +03:00
debug Yeah, just some mem usage debugging 2024-03-15 17:44:39 +02:00
env Add env/consts.go for names of files 2024-02-25 19:14:21 +02:00
errors Add NOT_FOUND error 2024-04-28 23:36:26 +03:00
gmyerr Add gmyerr package 2024-05-25 09:19:19 +03:00
profilers Changes in profiles 2024-06-09 07:58:10 +03:00
security Add security package 2024-05-01 17:21:22 +03:00
tlep Add logging to tlep 2024-06-12 22:37:55 +03:00
tui Some changes in tui 2024-05-25 09:19:41 +03:00
types Add ECDHConfig and types package 2024-05-01 17:20:13 +03:00
.gitignore Add ignoring tar.gz files 2024-03-14 01:13:34 +02:00
go.mod Add some shit to go mod 2024-06-07 09:47:58 +03:00
go.sum Add some shit to go mod 2024-06-07 09:47:58 +03:00
idea.ntx Add idea.ntx 2024-05-25 09:20:05 +03:00
LICENSE Initial commit 2024-02-15 16:32:54 +01:00
Makefile Add cgui to Makefile 2024-06-07 09:47:47 +03:00
README.md Test 2024-02-23 15:28:59 +02:00

gotell

Simple communication application in golang

Goals

I want to create as minimalistic communication application in Go as possible.

So in my list contains:

  1. Go to stable without use of any third party dependency
  2. Add security to the communication
  3. Implement and test my idea about rotating public-private key pairs