Files
go-proton-api/server/ping.go
2022-11-23 12:03:04 +01:00

8 lines
136 B
Go

package server
import "github.com/gin-gonic/gin"
func (s *Server) handleGetPing() gin.HandlerFunc {
return func(c *gin.Context) {}
}