New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

shylinux.com/x/ice/base

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shylinux.com/x/ice/base

Go Modules
Version
v1.5.87
Version published
Created
Source

ice Web Framework

ice is a web framework written in Go (Golang).

Quick start

# assume the following codes in main.go file
$ cat main.go
package main

import "shylinux.com/x/ice"

func main() { print(ice.Run()) }
# init mod
$ go mod init demo
$ go mod tidy
# run main.go and visit http://localhost:9020/ on browser
$ go run main.go

visit http://localhost:9020 on browser

FAQs

Package last updated on 27 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts