<!doctype html>
<html>
<head>
  <title>Golang Input Text Element Enter Key Event</title>
</head>
<body>
<input id="foo" type="text">
<script src="demo.js"></script>
</body>
</html>