Registry / utility / go-openapi-swag

go-openapi-swag

JSON →
library0.26.1gogounverified

Package swag contains helper functions for go-openapi and go-swagger projects.

go get github.com/go-openapi/swag
INSTALL
IMPORT
SIG · GO-OPENAPI-SWAG
G
go-openapi-swag
utilitygov0.26.1
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.

swag
github.com/go-openapi/swag

Convert a snake_case string to Go CamelCase

package main import ( "fmt" "github.com/go-openapi/swag" ) func main() { name := swag.ToGoName("some_name") fmt.Println(name) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.26.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
go-openapi-swag — go get go-openapi-swag · libregistry