const http = require('http'); const server = http.createServer((req, res) => { if (req.url === '/api/time') { res.writeHead(200, { 'Content-Type': 'application/json' }); res.end(JSON.stringify({ time: new Date().toISOString() })); return; } res.writeHead(200, { 'Content-Type': 'text/html' }); res.end(` <body style="font-family:system-ui;padding:2rem;background:#f8f9fa"> <h1>Hello from the browser!
Introduction to Go 1.25 The latest Go release, version 1.25, arrives in August 2025, six months after Go 1.24. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Changes to the language There are no languages changes tha
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く