# go.ngs.io > Go Module Vanity Import Path Service go.ngs.io provides custom vanity import paths for Go modules developed by Atsushi Nagase. You can install packages using short, memorable URLs like `go.ngs.io/package`. ## Installation ```bash go install go.ngs.io/@latest ``` ## Available Packages ### asc-slack-notifier Receive App Store Connect webhook notifications and post them to Slack. Deployable to Cloud Run or AWS API Gateway + Lambda. - **Import**: `go.ngs.io/asc-slack-notifier` - **License**: MIT - **Documentation**: https://pkg.go.dev/go.ngs.io/asc-slack-notifier - **Repository**: https://github.com/ngs/asc-slack-notifier ```bash go install go.ngs.io/asc-slack-notifier@latest ``` ### dropbox-mcp-server A Model Context Protocol (MCP) server implementation for Dropbox integration, written in Go. - **Import**: `go.ngs.io/dropbox-mcp-server` - **Version**: v0.1.0 - **License**: MIT - **Documentation**: https://pkg.go.dev/go.ngs.io/dropbox-mcp-server - **Repository**: https://github.com/ngs/dropbox-mcp-server ```bash go install go.ngs.io/dropbox-mcp-server@latest ``` ### freecal A command-line tool to find free time slots in your Google Calendar. - **Import**: `go.ngs.io/freecal` - **Version**: v1.0.0 - **License**: MIT - **Documentation**: https://pkg.go.dev/go.ngs.io/freecal - **Repository**: https://github.com/ngs/freecal ```bash go install go.ngs.io/freecal@latest ``` ### google-mcp-server MCP server for Google Workspace APIs - Calendar, Drive, Gmail, Sheets, Docs, and Slides integration - **Import**: `go.ngs.io/google-mcp-server` - **Version**: v0.6.0 - **License**: MIT - **Documentation**: https://pkg.go.dev/google-mcp-server - **Repository**: https://github.com/ngs/google-mcp-server ```bash go install go.ngs.io/google-mcp-server@latest ``` ### hugo-bootstrap-blog A clean, responsive Hugo theme for blogging with Bootstrap 5.3, featuring modular sidebar, dark mode, and i18n support. - **Import**: `go.ngs.io/hugo-bootstrap-blog` - **Version**: v0.0.1 - **License**: MIT - **Documentation**: https://pkg.go.dev/go.ngs.io/hugo-bootstrap-blog - **Repository**: https://github.com/ngs/hugo-bootstrap-blog ```bash go install go.ngs.io/hugo-bootstrap-blog@latest ``` ### hugo-primer-blog A clean, responsive Hugo blog theme using GitHub's Primer CSS design system. - **Import**: `go.ngs.io/hugo-primer-blog` - **Version**: v1.0.10 - **License**: MIT - **Documentation**: https://pkg.go.dev/go.ngs.io/hugo-primer-blog - **Repository**: https://github.com/ngs/hugo-primer-blog ```bash go install go.ngs.io/hugo-primer-blog@latest ``` ### jplaw-api-v2 Go Client library for Japanese Laws API Version 2 - **Import**: `go.ngs.io/jplaw-api-v2` - **Version**: v0.0.3 - **License**: MIT - **Documentation**: https://pkg.go.dev/go.ngs.io/jplaw-api-v2 - **Repository**: https://github.com/ngs/go-jplaw-api-v2 ```bash go install go.ngs.io/jplaw-api-v2@latest ``` ### jplaw-xml Go struct for Japanese Standard Law XML Schema (法令標準XMLスキーマ) - **Import**: `go.ngs.io/jplaw-xml` - **Version**: v0.0.5 - **License**: MIT - **Documentation**: https://pkg.go.dev/go.ngs.io/jplaw-xml - **Repository**: https://github.com/ngs/go-jplaw-xml ```bash go install go.ngs.io/jplaw-xml@latest ``` ### jplaw2epub Go library and command line tool to convert Japanese Standard Law XML Schema (法令標準XMLスキーマ) into EPUB files. - **Import**: `go.ngs.io/jplaw2epub` - **Version**: v1.2.0 - **License**: MIT - **Documentation**: https://pkg.go.dev/go.ngs.io/jplaw2epub - **Repository**: https://github.com/ngs/jplaw2epub ```bash go install go.ngs.io/jplaw2epub@latest ``` ### koikoi Go 製の TUI 花札こいこいゲーム(任天堂ルール準拠) - **Import**: `go.ngs.io/koikoi` - **Version**: v0.0.7 - **License**: MIT - **Documentation**: https://pkg.go.dev/go.ngs.io/koikoi - **Repository**: https://github.com/ngs/go-koikoi ```bash go install go.ngs.io/koikoi@latest ``` ### servedir Simple HTTP server that hosts local directory statically. - **Import**: `go.ngs.io/servedir` - **Version**: v1.0.2 - **License**: MIT - **Documentation**: https://pkg.go.dev/go.ngs.io/servedir - **Repository**: https://github.com/ngs/servedir ```bash go install go.ngs.io/servedir@latest ``` ### tides-api A high-performance tidal prediction API written in Go, providing harmonic tidal analysis with support for multiple data sources. - **Import**: `go.ngs.io/tides-api` - **License**: MIT - **Documentation**: https://pkg.go.dev/go.ngs.io/tides-api - **Repository**: https://github.com/ngs/tides-api ```bash go install go.ngs.io/tides-api@latest ```