Tags

os

Package os provides a platform-independent interface to operating system functionality.

0 questions
os-exec

Package exec runs external commands.

0 questions
os-signal

Package signal implements access to incoming signals.

0 questions
os-user

Package user allows user account lookups by name or id.

0 questions
path

Package path implements utility routines for manipulating slash-separated paths.

0 questions
path-filepath

Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.

0 questions
plugin

Package plugin implements loading and symbol resolution of Go plugins.

0 questions
reflect

Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.

0 questions
regexp

Package regexp implements regular expression search.

0 questions
regexp-syntax

Package syntax parses regular expressions into parse trees and compiles parse trees into programs.

0 questions