Go to file
2024-02-25 19:14:21 +02:00
cmd remove ServerName from tls.Config 2024-02-25 03:54:35 +02:00
env Add env/consts.go for names of files 2024-02-25 19:14:21 +02:00
errors changes 2024-02-23 19:02:43 +02:00
.gitignore Test 2024-02-23 15:28:59 +02:00
go.mod Test 2024-02-23 15:28:59 +02:00
LICENSE Initial commit 2024-02-15 16:32:54 +01:00
Makefile remove useless self-signed certificates 2024-02-25 03:45:52 +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