Go to file
2024-05-01 17:21:22 +03:00
cmd Add using communication for server 2024-05-01 17:20:53 +03:00
communication Add communication package 2024-05-01 17:20:27 +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
security Add security package 2024-05-01 17:21:22 +03:00
tui Some changes in tui. 2024-05-01 17:21:10 +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 Changes 2024-05-01 17:21:15 +03:00
go.sum Changes 2024-05-01 17:21:15 +03:00
LICENSE Initial commit 2024-02-15 16:32:54 +01:00
Makefile Add ctui binary 2024-03-14 00:06:20 +02: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