Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 906 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 906 Bytes

missing-go

Build Status Coverage Status Go Report Card GoDoc

Some basic golang libraries.

Comparison for different primitive types

Under some circumstances, we need to compare values between different types, since Golang is a strong-typed language, some implicit type conversion will be needed.
Some comparison methods can be found in comparison package.

SSH Client

Run script on remote server.