2019-10-30 03:34:09 +00:00
|
|
|
// Package xs - a secure terminal client/server written from scratch in Go
|
2018-09-18 00:27:13 +00:00
|
|
|
//
|
2020-08-08 08:54:46 +00:00
|
|
|
// Copyright (c) 2017-2020 Russell Magee
|
2018-09-18 00:27:13 +00:00
|
|
|
// Licensed under the terms of the MIT license (see LICENSE.mit in this
|
|
|
|
// distribution)
|
|
|
|
//
|
|
|
|
// golang implementation by Russ Magee (rmagee_at_gmail.com)
|
2019-10-30 03:34:09 +00:00
|
|
|
package xs
|
2018-09-18 00:27:13 +00:00
|
|
|
|
2019-10-30 03:34:09 +00:00
|
|
|
// common constants for the XS (Xperimental Shell)
|