tailscale / tailscale-client-go

A client implementation for the Tailscale HTTP API
MIT License
61 stars 27 forks source link

Avoid using deprecated hujson API #17

Closed dsnet closed 2 years ago

dsnet commented 2 years ago

The hujson.Unmarshal function is deprecated. Use hujson.Standardize instead.

The hujson package is evolving to be just a syntactic parser for HuJSON and is moving away from semantically understanding HuJSON as Go data.