Go to file
2024-05-01 17:20:13 +03:00
cmd Add ctui binary 2024-03-14 00:06:20 +02: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
tui Now state on the footer will be properly updated 2024-03-15 18:00:11 +02: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 term and sys packages from golang.org/x 2024-03-14 00:04:26 +02:00
go.sum Add term and sys packages from golang.org/x 2024-03-14 00:04:26 +02: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