# goweb **Repository Path**: bantana/goweb ## Basic Information - **Project Name**: goweb - **Description**: semantic-ui develop server - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-08-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # goweb project source dir . |-- [ 13] assets -> static/assets |-- [3.1M] assets.go |-- [ 505] readme.md |-- [ 883] server.go `-- [ 136] static |-- [ 204] assets | |-- [ 136] css | | |-- [332K] semantic.css | | `-- [231K] semantic.min.css | |-- [ 374] fonts | | |-- [ 39K] basic.icons.eot | | |-- [ 63K] basic.icons.svg | | |-- [ 39K] basic.icons.ttf | | |-- [ 24K] basic.icons.woff | | |-- [ 37K] icons.eot | | |-- [ 60K] icons.otf | | |-- [193K] icons.svg | | |-- [ 77K] icons.ttf | | `-- [ 43K] icons.woff | |-- [ 340] images | | |-- [9.9K] loader-large-inverted.gif | | |-- [8.3K] loader-large.gif | | |-- [5.3K] loader-medium-inverted.gif | | |-- [4.4K] loader-medium.gif | | |-- [2.7K] loader-mini-inverted.gif | | |-- [2.5K] loader-mini.gif | | |-- [4.1K] loader-small-inverted.gif | | `-- [3.4K] loader-small.gif | `-- [ 136] javascript | |-- [361K] semantic.js | `-- [134K] semantic.min.js `-- [ 925] dir 7 directories, 25 files ## go-bindate dir assets to file assets.go go-bindata -o assets.go static/... ## bo build go build ## goweb command Usage of ./goweb: -addr="127.0.0.1:3000": listen on ip:host -dir="./": static website root directory -logfile="./web.log": output logfile " ## run on daemon nohup goweb -addr="127.0.0.1:3000" -dir="/www/html" 2>&1 >/www/web.log & ## curl localhost:3000/dir see the assets directory