mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
1943b2314a
Signed-off-by: Russ Magee <rmagee@gmail.com>
10 lines
335 B
Go
10 lines
335 B
Go
// Package xs - a secure terminal client/server written from scratch in Go
|
|
//
|
|
// Copyright (c) 2017-2020 Russell Magee
|
|
// Licensed under the terms of the MIT license (see LICENSE.mit in this
|
|
// distribution)
|
|
//
|
|
// golang implementation by Russ Magee (rmagee_at_gmail.com)
|
|
package xs
|
|
|
|
// common constants for the XS (Xperimental Shell)
|