modulepackage
0.0.0-20240502185502-1e7574337bb7
Repository: https://github.com/kohirens/stdlib.git
Documentation: pkg.go.dev
# README
Kohirens STDLIB
A library of reusable code.
Status Badges
Setup Local Development.
You can use a Docker environment to get going if you have Docker on your computer. In fact, there is no documentation for any other way in this reading.
On Windows, you'll need to set an environment variable $Env:HOME
before
you can start the dev environment. It should be the same value as
$Env:USERPROFILE
, or whatever you need it to be. Once set and it shows up in
Powershell when you run Get-ChildItem Env:
you then do one of the following.
Run Docker
- Clone this repository.
- In a command prompt, run:
docker-compose -f .docker/docker-compose.yml up
- In another command prompt, login to the container:
docker exec -it stdlib_dev_1 sh
- Execute a command such as
go test
~/src/github.com/kohirens/stdlib $ go test PASS ok github.com/kohirens/stdlib 0.004s
Run with VS Code
- Install the VS code extension "Remote Container".
- Clone this repository locally.
- Open the project in VS Code, which should ask to open the folder in a remote container.
- Open a terminal in VS Code and type
go test
. - Now got to "Run and Debug" in the left nav and run one of the launch configurations.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package log Provide simple logging to os.Stdout and os.Stderr.
Package mongodb Deprecated see github.com/kohirens/mongodb standalone library.
No description provided by the author
No description provided by the author
No description provided by the author
Package web Deprecated see github.com/kohirens/web standalone library.
# Functions
NewFileExtChecker Initialize a new FileExtChecker instance.
# Constants
No description provided by the author
# Structs
FileExtChecker A store for file extensions to exclude and included.