diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-12 03:56:13 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-12 04:28:59 +0900 |
| commit | c6629900f3a4965ceca0f42e90648937bf51dfb5 (patch) | |
| tree | 665b2b33d8a97754e2abfaaf436ab98ff7572ec4 /worker/models.go | |
| parent | fbeacd47a9c21a06a3188ad03f8b639a8f48a433 (diff) | |
| download | phperkaigi-2025-albatross-c6629900f3a4965ceca0f42e90648937bf51dfb5.tar.gz phperkaigi-2025-albatross-c6629900f3a4965ceca0f42e90648937bf51dfb5.tar.zst phperkaigi-2025-albatross-c6629900f3a4965ceca0f42e90648937bf51dfb5.zip | |
feat(frontend): improve play page styling
Diffstat (limited to 'worker/models.go')
| -rw-r--r-- | worker/models.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/worker/models.go b/worker/models.go index 9f60eb0..4a318d0 100644 --- a/worker/models.go +++ b/worker/models.go @@ -7,6 +7,7 @@ import ( const ( resultSuccess = "success" + resultCompileError = "compile_error" resultRuntimeError = "runtime_error" resultTimeout = "timeout" resultInternalError = "internal_error" |
