all repos — myks @ e70491d77da552e0677f37ec76a4a72eea5278b4

A barebones in-memory keystore in 125~ lines of actual code.

change BiRabittoh to birabittoh
Marco Andronaco andronacomarco@gmail.com
Thu, 10 Oct 2024 09:47:06 +0200
commit

e70491d77da552e0677f37ec76a4a72eea5278b4

parent

ecfcd30b3ca1da06e8787d6d8813dc387c808ce3

3 files changed, 3 insertions(+), 3 deletions(-)

jump to
M LICENSELICENSE

@@ -1,6 +1,6 @@

The MIT License (MIT) -Copyright (c) 2024 BiRabittoh +Copyright (c) 2024 birabittoh Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
M READMEREADME

@@ -15,7 +15,7 @@

INSTALLING -`go get github.com/BiRabittoh/myks` +`go get github.com/birabittoh/myks` USAGE
M go.modgo.mod

@@ -1,3 +1,3 @@

-module github.com/BiRabittoh/myks +module github.com/birabittoh/myks go 1.23.2