SkillAgentSearch skills...

Gopymarshal

Marshal and unmarshall data between golang and python

Install / Use

/learn @hambster/Gopymarshal
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

go-pymarshal

Marshal and unmarshall data between golang and python

Versions

0.1

  • unmarshal python marshaled data
  • marshal golang data as python marshaled data

Notes

  • for unmarshal, supported types are listed below:
    • None
    • int
    • string
    • unicode
    • float
    • list
    • dict
  • for marshal, supported types are listed below:
    • nil
    • int32
    • float
    • string
    • slice (with the types above)
    • map (with the types above)

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1y ago
Forks6

Languages

Go

Security Score

75/100

Audited on Feb 6, 2025

No findings