novelty.go

Single word (yes/no) site for app engine in go
git clone https://wehaveforgeathome.hates.computer/novelty.go.git
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2020-03-25 19:07remove background-colorRyan Wolf1+0-1
2020-02-10 02:35change init() to main()Ryan Wolf1+2-1
2020-02-10 02:31update script to "auto"Ryan Wolf1+1-1
2020-02-10 02:27try the package name "main" instead of "."Ryan Wolf1+1-1
2020-02-10 02:26try go mod init . to fetch depsRyan Wolf1+1-2
2020-02-10 02:24try go build to fetch depsRyan Wolf1+2-1
2020-02-10 02:05get rid of path in go get and GOPATHRyan Wolf1+1-2
2020-02-10 01:51try setting gopath to pwdRyan Wolf1+1-0
2020-02-10 01:43trying get instead of mod initRyan Wolf1+1-1
2020-02-10 01:39take a stab at satisfying the new deps systemRyan Wolf1+4-1
2020-02-10 01:27Set go111 in runtime, rm app_versionRyan Wolf1+1-2
2020-02-10 01:21update import paths for go 1.11Ryan Wolf1+2-2
2020-02-10 01:20update app.yaml to go 1.11Ryan Wolf1+1-1
2019-02-17 15:44Wrong path in example for how to change answer.Ryan Wolf1+1-1
2019-02-17 15:41gofmtRyan Wolf1+3-3
2019-02-17 15:35Writing markdown remains harder than programming.Ryan Wolf1+3-2
2019-02-17 15:30remove TODOs I'm never TODOingRyan Wolf1+0-2
2019-02-17 15:27Updated directions.Ryan Wolf1+13-0
2019-02-17 15:13update ancient name for app deployRyan Wolf1+1-1
2019-02-17 15:08Added cloud buildRyan Wolf2+22-0
2019-02-17 15:01force httpsRyan Wolf1+1-0
2019-02-17 14:59Move password from datastore to env vars.Ryan Wolf4+20-38
2019-02-17 14:51Remove benchmark sectionRyan Wolf1+0-59
2019-02-17 14:51Leave out optional realmRyan Wolf1+1-1
2019-02-17 14:50Update for 7 years of changes to app engineRyan Wolf4+81-91
2019-02-17 14:36dont need hack around broken basicauth anymoreRyan Wolf3+2-93
2015-12-20 00:08switch to MIT licenseRyan Wolf2+9-8
2012-04-14 02:06Added sample benchmarksRyan Wolf1+59-0
2012-04-13 04:30formattingRyan Wolf3+60-60
2012-04-13 04:26Fixed 500s on some well-formed auth.Ryan Wolf4+101-11
2012-04-11 06:27markdown is harder than programmingRyan Wolf1+14-13
2012-04-11 06:21oops, duplicate readmesRyan Wolf2+28-32
2012-04-11 06:12gofmtRyan Wolf1+25-25
2012-04-11 06:12Added basic auth, todo.Ryan Wolf3+68-6
2012-04-11 04:21Upgrade to go1, persist answer in datastore.Ryan Wolf6+40-153
2012-03-29 04:56styling for index.templateRyan Wolf3+35-3
2012-03-28 07:41Move router to it's own file, added unit tests.Ryan Wolf5+131-43
2012-03-26 07:10http.Redirect needs a urlRyan Wolf1+2-2
2012-03-26 07:05initial commitRyan Wolf6+108-0