mirror of
https://github.com/blacktop/ipsw.git
synced 2026-05-08 12:22:26 +00:00
fix: disable swagger docs until they update to support Go 1.24
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
// Package api contains common constants for daemon and client.
|
||||
package api
|
||||
|
||||
//go:generate swagger generate spec -o swagger.json
|
||||
// FIXME: this doesn't work with Go 1.24 currently and errors: panic: unsupported version: 2
|
||||
////go:generate swagger generate spec -o swagger.json
|
||||
|
||||
// Common constants for daemon and client.
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user