Go to file
2024-03-15 17:44:39 +02: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 Changes in errors 2024-03-14 00:04:58 +02:00
tui Fix issue with iota on tui/table.go 2024-03-15 17:44:19 +02:00
types Add types package 2024-03-14 00:03:11 +02: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