10 lines
123 B
Go
10 lines
123 B
Go
|
//go:build !web
|
||
|
|
||
|
package server
|
||
|
|
||
|
import (
|
||
|
"github.com/gin-gonic/gin"
|
||
|
)
|
||
|
|
||
|
func (s *Server) assetsHandler(c *gin.Context) {}
|