Registry / utility / juju-utils

juju-utils

JSON →
librarygogounverified

Provides utility functions for the Juju project, including string manipulation, file operations, and network helpers.

go get github.com/juju/utils
INSTALL
IMPORT
SIG · JUJU-UTILS
J
juju-utils
utilitygo
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

utils
github.com/juju/utils

Checks if a string is a valid UUID using Juju utils.

package main import ( "fmt" "github.com/juju/utils" ) func main() { fmt.Println(utils.IsValidUUID("123e4567-e89b-12d3-a456-426614174000")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
juju-utils — go get juju-utils · libregistry