mirror of
https://github.com/ProtonMail/go-proton-api.git
synced 2026-04-19 14:28:01 -04:00
8 lines
136 B
Go
8 lines
136 B
Go
package server
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func (s *Server) handleGetPing() gin.HandlerFunc {
|
|
return func(c *gin.Context) {}
|
|
}
|