- go-pretty README. md at main · jedib0t go-pretty · GitHub
Table-writer and more in golang! Contribute to jedib0t go-pretty development by creating an account on GitHub
- Network Dependents · jedib0t go-pretty - GitHub
jedib0t go-pretty Public Notifications Fork 131 Star 3 4k Code Pull requests Security Insights
- Security Overview · jedib0t go-pretty · GitHub
SECURITY md Security Policy Supported Versions Reporting a Vulnerability Please create a new issue on this repo describing the vulnerability, and (if known) how to resolve it
- GitHub
+++ b SECURITY md @@ -0,0 +1,13 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 6 x x | :white_check_mark: | +| 6 0 | :x: | + +## Reporting a Vulnerability + +Please create a new issue on this repo describing the vulnerability, +and (if known) how to resolve it
- The upgrade from v6. 4. 0 to v6. 4. 1 results in empty table . . .
The upgrade from v6 4 0 to v6 4 1 results in empty table content when used in our product · Issue #285 · jedib0t go-pretty · GitHub jedib0t go-pretty Public Notifications Fork 128 Star Security Actions
- GitHub
If a non-nil location value is provided, the time will be localized to that"," location (use time Local to get localized timestamps) ","func NewUnixTimeTransformer(layout string, location *time Location) Transformer {","\ttimeTransformer := NewTimeTransformer(layout, location)","\tformatUnixTime := func(unixTime int64) string {","\t\tif unixTime >= unixTimeMinNanoSeconds {","\t\t\tunixTime = unixTime time Second Nanoseconds()","\t\t} else if unixTime >= unixTimeMinMicroseconds {","\t\t\tunixTime = unixTime (time Second Nanoseconds() 1000)","\t\t} else if unixTime >= unixTimeMinMilliseconds {","\t\t\tunixTime = unixTime (time Second Nanoseconds() 1000000)","\t\t}","\t\treturn timeTransformer(time Unix(unixTime, 0))","\t}","","\treturn func(val interface{}) string {","\t\tif unixTime, ok := val (int64); ok {","\t\t\treturn formatUnixTime(unixTime)","\t\t} else if unixTimeStr, ok := val (string); ok {","\t\t\tif unixTime, err := strconv ParseInt(unixTimeStr, 10, 64); err == nil {","\t\t\t\treturn formatUnixTime(unixTime)","\t\t\t}","\t\t}","\t\treturn fmt Sprint(val)","\t}","}",""," NewURLTransformer returns a Transformer that can format and pretty print a string"," that contains an URL (the text is underlined and colored Blue) ","func NewURLTransformer() Transformer {","\treturn func(val interface{}) string {","\t\treturn colorsURL Sprint(val)","\t}","}"],"stylingDirectives":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":" jedib0t go-pretty network updates","dismissConfigurationNoticePath":" settings dismiss-notice dependabot_configuration_notice","configurationNoticeDismissed":null,"repoAlertsPath":" jedib0t go-pretty security dependabot","repoSecurityAndAnalysisPath":" jedib0t go-pretty settings security_analysis","repoOwnerIsOrg":false,"currentUserCanAdminRepo":false},"displayName":"transformer go","displayUrl":"https: github com jedib0t go-pretty blob v4 3 0 text transformer go?raw=true","headerInfo":{"blobSize":"5 64 KB","deleteInfo":{"deleteTooltip":"You must be signed in to make or propose changes"},"editInfo":{"editTooltip":"You must be signed in to make or propose changes"},"ghDesktopPath":null,"gitLfsPath":null,"onBranch":false,"shortPath":"e54b34a","siteNavLoginPath":" login?return_to=https%3A%2F%2Fgithub com%2Fjedib0t%2Fgo-pretty%2Fblob%2Fv4 3 0%2Ftext%2Ftransformer go","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"191","truncatedSloc":"176"},"mode":"file"},"image":false,"isCodeownersFile":null,"isValidLegacyIssueTemplate":false,"issueTemplateHelpUrl":"https: docs github com articles about-issue-and-pull-request-templates","issueTemplate":null,"discussionTemplate":null,"language":"Go","large":false,"loggedIn":false,"newDiscussionPath":" jedib0t go-pretty discussions new","newIssuePath":" jedib0t go-pretty issues new","planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":" jedib0t go-pretty blob v4 3 0 text transformer go","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":" settings dismiss-notice publish_action_from_dockerfile","dismissStackNoticePath
- Comparing 64ffc58. . . f26db87 · jedib0t go-pretty · GitHub
jedib0t go-pretty Public Notifications You must be signed in to change notification settings Fork 132 Star 3 4k Code Issues Pull requests Actions Security
- go-pretty CODE_OF_CONDUCT. md at main - GitHub
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of
|